Update of /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25640/src/java/net/sf/tails/swing/frame
Modified Files:
Index.java
Log Message:
sem location by platform.
Index: Index.java
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/Index.java,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Index.java 29 Oct 2007 18:39:56 -0000 1.42
--- Index.java 29 Oct 2007 18:47:22 -0000 1.43
***************
*** 147,151 ****
initComponents();
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
- this.setLocationByPlatform(true);
this.setTitle(messageBundle.getString("DEFAULT_TITLE"));
this.setSize(Toolkit.getDefaultToolkit().getScreenSize());
--- 147,150 ----
|