always regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked”)
//
private void initComponents() {
jInternalFrame_Multiplayer = new javax.swing.JInternalFrame();
jDesktopPane_MP = new javax.swing.JDesktopPane();
jButton_CharImage = new javax.swing.JButton();
jTextField_NameChar = new javax.swing.JTextField();
jButton_Attack = new javax.swing.JButton();
jTextField_CharInfo = new javax.swing.JTextField();
jDesktopPane_Main = new javax.swing.JDesktopPane();
jLabel1 = new javax.swing.JLabel();
jButton_MultiPlayer = new javax.swing.JButton();
jButton_Readme = new javax.swing.JButton();
jButton_Sair = new javax.swing.JButton();
jLabel_Copyrighted = new javax.swing.JLabel();
jButton_Settings = new javax.swing.JButton();
jTextField_TimeDate = new javax.swing.JTextField();
jMenuBar_Main = new javax.swing.JMenuBar();
jMenu1 = new javax.swing.JMenu();
jMenu2 = new javax.swing.JMenu();
jMenu3 = new javax.swing.JMenu();
jInternalFrame_Multiplayer.setVisible(true);
jButton_CharImage.setIcon(new javax.swing.ImageIcon(getClass().getResource("/cooling/SpriteSoldier.jpg"))); // NOI18N
jButton_CharImage.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton_CharImageActionPerformed(evt);
}
});
jButton_CharImage.setBounds(20, 90, 90, 90);
jDesktopPane_MP.add(jButton_CharImage, javax.swing.JLayeredPane.DEFAULT_LAYER);
jTextField_NameChar.setBackground(new java.awt.Color(255, 255, 51));
jTextField_NameChar.setEditable(false);
jTextField_NameChar.setText(“Name of your Character”);
jTextField_NameChar.setBounds(20, 40, 190, 30);
jDesktopPane_MP.add(jTextField_NameChar, javax.swing.JLayeredPane.DEFAULT_LAYER);
jButton_Attack.setText(“Attack”);
jButton_Attack.setBounds(240, 100, 73, 23);
jDesktopPane_MP.add(jButton_Attack, javax.swing.JLayeredPane.DEFAULT_LAYER);
jTextField_CharInfo.setBackground(new java.awt.Color(0, 204, 204));
jTextField_CharInfo.setText(“Character Information”);
jTextField_CharInfo.setBounds(20, 200, 160, 150);
jDesktopPane_MP.add(jTextField_CharInfo, javax.swing.JLayeredPane.DEFAULT_LAYER);
javax.swing.GroupLayout jInternalFrame_MultiplayerLayout = new javax.swing.GroupLayout(jInternalFrame_Multiplayer.getContentPane());
jInternalFrame_Multiplayer.getContentPane().setLayout(jInternalFrame_MultiplayerLayout);
jInternalFrame_MultiplayerLayout.setHorizontalGroup(
jInternalFrame_MultiplayerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jDesktopPane_MP, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 508, Short.MAX_VALUE)
);
jInternalFrame_MultiplayerLayout.setVerticalGroup(
jInternalFrame_MultiplayerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jDesktopPane_MP, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 348, Short.MAX_VALUE)
);
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
jLabel1.setFont(new java.awt.Font(“Rod”, 3, 18));
jLabel1.setText(“Cooling Project”);
jLabel1.setBounds(10, 20, 250, 30);
jDesktopPane_Main.add(jLabel1, javax.swing.JLayeredPane.DEFAULT_LAYER);
jButton_MultiPlayer.setText(“Multiplayer”);
jButton_MultiPlayer.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton_MultiPlayerActionPerformed(evt);
}
});
jButton_MultiPlayer.setBounds(10, 250, 90, 23);
jDesktopPane_Main.add(jButton_MultiPlayer, javax.swing.JLayeredPane.DEFAULT_LAYER);
jButton_Readme.setText(“Leia-Me”);
jButton_Readme.setBounds(110, 250, 80, 23);
jDesktopPane_Main.add(jButton_Readme, javax.swing.JLayeredPane.DEFAULT_LAYER);
jButton_Sair.setText(“Sair”);
jButton_Sair.setBounds(200, 250, 51, 23);
jDesktopPane_Main.add(jButton_Sair, javax.swing.JLayeredPane.DEFAULT_LAYER);
jLabel_Copyrighted.setText(“Cooling Project - All rights Reserved 2012-2014”);
jLabel_Copyrighted.setBounds(230, 320, 220, 14);
jDesktopPane_Main.add(jLabel_Copyrighted, javax.swing.JLayeredPane.DEFAULT_LAYER);
jButton_Settings.setText(“Configurações”);
jButton_Settings.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton_SettingsActionPerformed(evt);
}
});
jButton_Settings.setBounds(323, 10, 120, 23);
jDesktopPane_Main.add(jButton_Settings, javax.swing.JLayeredPane.DEFAULT_LAYER);
jTextField_TimeDate.setBounds(10, 310, 170, 20);
jDesktopPane_Main.add(jTextField_TimeDate, javax.swing.JLayeredPane.DEFAULT_LAYER);
jMenu1.setText(“Arquivo”);
jMenuBar_Main.add(jMenu1);
jMenu2.setText(“Opções”);
jMenuBar_Main.add(jMenu2);
jMenu3.setText(“Outros”);
jMenuBar_Main.add(jMenu3);
setJMenuBar(jMenuBar_Main);
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jDesktopPane_Main, javax.swing.GroupLayout.DEFAULT_SIZE, 464, Short.MAX_VALUE)
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jDesktopPane_Main, javax.swing.GroupLayout.DEFAULT_SIZE, 344, Short.MAX_VALUE)
);
pack();
}//