~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/pipe/gui/FileFinder.java

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
public class FileFinder {
12
12
 
13
13
        public File ShowFileBrowserDialog(String description, String extension, String path) {
14
 
                if (path==null || path=="") {
 
14
                if (path==null || path.equals("")) {
15
15
                        path= System.getProperty("user.home");
16
16
                }
17
17