Referencing libraries in an IDE-independant way using relative paths to the

'lib' directory so that build scripts can run on any platform and outside
  the IDE

committer: Jonathan Bernard <jdbernard@jdbernard-desktop.(none)>
This commit is contained in:
Jonathan Bernard
2008-08-30 00:29:22 -05:00
parent 0864b978e7
commit 34e52d78bf
5 changed files with 7 additions and 4 deletions

View File

@ -69,7 +69,7 @@ implements Application.ExitListener {
*/
@Override protected void startup() {
show(new TimeStamperView(this));
getMainFrame().setSize(300, 60);
getMainFrame().setSize(350, 60);
getApplication().addExitListener(this);
}