Package jimmm.gui

Examples of jimmm.gui.CardPanel


    mainFrame.setBounds(100, 100, 1000, 500);
   
   
    for(Color c : Color.values()) {
      for(Value v : Value.values()) {
        CardPanel cp = new CardPanel(new Card(v, c, true));
        mainFrame.add(cp);
      }
     
    }
   
View Full Code Here

TOP

Related Classes of jimmm.gui.CardPanel

Copyright © 2018 www.massapicom. 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.