File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,11 @@ public class Base {
118
118
static public void main (String args []) throws Exception {
119
119
initPlatform ();
120
120
121
+ // Portable folder
122
+ portableFolder = getContentFile ("portable" );
123
+ if (!portableFolder .exists ())
124
+ portableFolder = null ;
125
+
121
126
// run static initialization that grabs all the prefs
122
127
Preferences .init (null );
123
128
@@ -159,13 +164,6 @@ static public void main(String args[]) throws Exception {
159
164
}
160
165
*/
161
166
162
- initPlatform ();
163
-
164
- // Portable folder
165
- portableFolder = getContentFile ("portable" );
166
- if (!portableFolder .exists ())
167
- portableFolder = null ;
168
-
169
167
// // Set the look and feel before opening the window
170
168
// try {
171
169
// platform.setLookAndFeel();
You can’t perform that action at this time.
0 commit comments