\r
public static void main(String args[]) throws Exception {\r
CoredCylindricalGrain e = DEFAULT_GRAIN;\r
- new Editor(e).show();\r
+ new Editor(e).showAsWindow();\r
new GrainPanel(e).showAsWindow();\r
}\r
\r
\r
public static void main(String args[]) throws Exception {\r
ExtrudedShapeGrain e = DEFAULT_GRAIN;\r
- new Editor(e).show();\r
+ new Editor(e).showAsWindow();\r
new GrainPanel(e).showAsWindow();\r
}\r
\r
\r
public static void main(String args[]) throws Exception {\r
Grain g = DEFAULT_GRAIN;\r
- new Editor(g).show();\r
+ new Editor(g).showAsWindow();\r
new GrainPanel(g).showAsWindow();\r
}\r
}\r
\r
public static void main(String args[]) throws Exception {\r
RotatedShapeGrain e = DEFAULT_GRAIN;\r
- new Editor(e).show();\r
+ new Editor(e).showAsWindow();\r
new GrainPanel(e).showAsWindow();\r
}\r
\r