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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user