\r
JInternalFrame frame;\r
\r
+ DasSourceBrowser dasSource;\r
+\r
\r
/**\r
* Creates a new Preferences object.\r
\r
frame = new JInternalFrame();\r
frame.setContentPane(this);\r
- Desktop.addInternalFrame(frame, "Preferences", 480, 395);\r
- frame.setMinimumSize(new Dimension(480,395));\r
+ dasSource = new DasSourceBrowser();\r
+ dasPanel.add(dasSource, BorderLayout.CENTER);\r
+\r
+ Desktop.addInternalFrame(frame, "Preferences", 490, 405);\r
+ frame.setMinimumSize(new Dimension(490,395));\r
\r
seqLimit.setSelected( Cache.getDefault("SHOW_JVSUFFIX", true));\r
fullScreen.setSelected( Cache.getDefault("SHOW_FULLSCREEN", false));\r
Boolean.toString(autoCalculateConsCheck.isSelected()));\r
Cache.applicationProperties.setProperty("PAD_GAPS",\r
Boolean.toString(padGaps.isSelected()));\r
+\r
+ dasSource.saveProperties(Cache.applicationProperties);\r
+\r
Cache.saveProperties();\r
try\r
{\r