Object methods are nothing special, don't put them to the top

This commit is contained in:
peter
2012-06-19 18:41:08 +02:00
parent e17ef2edb6
commit f714f0a44c
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,7 @@
import javax.swing.*;
public class Foo {
{
new JPanel().<caret>
}
}