Skip to content

Commit f8a8d98

Browse files
committed
Fix new window example.
1 parent 6361b45 commit f8a8d98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/mastodon/revised/mamut/MastodonLoggerExample.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public void run()
3030
windowManager.projectManager.open( project );
3131

3232
final MastodonMainWindow frame = new MastodonMainWindow( windowManager );
33-
frame.pack();
3433
frame.setVisible( true );
3534

3635
// Send some messages.

0 commit comments

Comments
 (0)