InstructionTab.java
Go to the documentation of this file.
00001 package instruction.gui.tab;
00002 
00003 import java.awt.Color;
00004 
00005 import javax.swing.JPanel;
00006 
00007 public class InstructionTab extends JPanel {
00008 
00009         private static final long serialVersionUID = 1506653948978315375L;
00010         public static String TITLE = "";
00011 
00012         public void init() {
00013 
00014                 this.setBackground(Color.blue);
00015                 return;
00016         }
00017 
00018 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


comp_ehow
Author(s): Moritz Tenorth, Daniel Nyga
autogenerated on Tue Apr 16 2013 00:18:02