Examples of GBDisplay


Examples of edu.mit.d54.GBDisplay

* to use {@link PluginRunner} instead.
*/
public class TestRunner {
  public static void main(String[] args)
  {
    Display2D display=new GBDisplay();
    JFrame frame=new JFrame("test");
    DisplayPanel dPanel=new DisplayPanel(display);
    frame.add(dPanel);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE)
    frame.pack();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.