Removed proposed JSpinner reflection code which

I moved to SimpleSpinner instead.
This commit is contained in:
eg3p 2002-10-25 19:39:32 +00:00
parent 107b4424b4
commit 8fbb971628
2 changed files with 0 additions and 26 deletions

View file

@ -264,12 +264,6 @@ public class SavantShell extends JFrame
setSize(new Dimension(gs.width, gs.height));
setVisible(true);
}
/* Code for JDK 1.3, including Mac OS X
Dimension gs = g.getToolkit().getScreenSize();
g.setLocation(0,0);
g.setSize(new Dimension(gs.width, gs.height));
*/
}
public void newSavantWindow(String project, String titleName, URL trn, URL vid, URL abt)