id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
7ab8847d-b0b4-4b67-b1d5-ef517231800f | public java.lang.String getCustomPickList75() {
return this.customPickList75;
} |
59c7a90d-671a-45d2-ba0c-f28bb318c043 | * @return boolean
*/
public static boolean digitCharacterP(char ch) {
return (Stella.$CHARACTER_TYPE_TABLE$[(int) ch] == Stella.KWD_DIGIT);
} |
c10de1f1-6260-42d4-ba6d-19f7e2fda4e9 | public crmondemand.xml.customobject6.query.QueryType getCreatedByUserSignInId() {
return this.createdByUserSignInId;
} |
80f10914-bb83-4ee1-a424-b843678ab431 | public void setCustomPickList49(crmondemand.xml.customobject6.query.QueryType customPickList49) {
this.customPickList49 = customPickList49;
} |
ca35a782-0603-4250-9170-e9e826643734 | public void setIndexedPick1(crmondemand.xml.contact.query.QueryType indexedPick1) {
this.indexedPick1 = indexedPick1;
} |
ffdd3131-7827-405f-9026-872bafd5ca3a | public void setNumberOfPeriods(crmondemand.xml.opportunity.query.QueryType numberOfPeriods) {
this.numberOfPeriods = numberOfPeriods;
} |
264b6728-f35f-4d06-a8d4-5e7fca7aae57 | public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if ("Nimbus".equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(JFontSelector.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(JFontSelector.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(JFontSelector.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(JFontSelector.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>
/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new JFontSelector().setVisible(true);
}
});
} |
47d30614-f9fb-4808-ac8d-4107ec5de905 | public static org.bwapi.proxy.messages.GameMessages.StaticGameData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
} |
c388a6f5-7b0b-4cb4-9ad6-dd5c3019d594 | public void setCustomPickList8(java.lang.String customPickList8) {
this.customPickList8 = customPickList8;
} |
7d00a959-4c39-4243-b49c-7241b0dff9d5 | public java.lang.String getCustomPickList33() {
return this.customPickList33;
} |
07116608-a69c-4ccb-91b8-74db300e5c5f | public void setCustomPickList83(crmondemand.xml.customobject6.query.QueryType customPickList83) {
this.customPickList83 = customPickList83;
} |
0ebd64d5-46f6-478f-b092-127b83f4ae38 | @Override
public boolean canEnpassent() {
return getRank()==Position.FIVE;
} |
6817e654-b622-4aad-a220-8f6cee83ccf1 | public void setCustomDate10(java.util.Calendar customDate10) {
this.customDate10 = customDate10;
} |
3c4cec16-ec4e-4b6c-b4b4-01019e69069b | public boolean isCellEditable(int rowIndex, int columnIndex){
return false;
} |
f2619aac-47ba-406c-a2d5-7d761073dfb9 | public void setDescripcionM(String descripcionM) {
this.descripcionM = descripcionM;
} |
e1fb3ec5-ce72-42ae-ad0c-de53064db8fe | public void setCustomPickList47(java.lang.String customPickList47) {
this.customPickList47 = customPickList47;
} |
aceac34f-db9c-44e6-9550-71847f643e97 | public void setZCustomInteger13(java.lang.Integer zCustomInteger13) {
this.zCustomInteger13 = zCustomInteger13;
} |
ba1ca085-0a73-4ecf-be73-b9594c96f08c | public crmondemand.xml.contact.query.QueryType getCustomPickList60() {
return this.customPickList60;
} |
56249689-9f58-499c-971b-94137875d178 | @SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
twoPlayerPanel1 = new javax.swing.JPanel();
player1Combo = new javax.swing.JComboBox();
twoPlayerQuitGameBtn = new javax.swing.JButton();
newPlayer1Btn = new javax.swing.JButton();
Player1Label = new javax.swing.JLabel();
Player2Label = new javax.swing.JLabel();
player2Combo = new javax.swing.JComboBox();
newPlayer2Btn = new javax.swing.JButton();
backBtn = new javax.swing.JButton();
singlePlayerPanel = new javax.swing.JPanel();
singlePlayerNameCombo = new javax.swing.JComboBox();
singlePlayerQuitGameBtn = new javax.swing.JButton();
singlePlayerNewPlayerBtn = new javax.swing.JButton();
singlePlayerLabel = new javax.swing.JLabel();
singlePlayerBackBtn = new javax.swing.JButton();
NewPlayerPlanel = new javax.swing.JPanel();
newPlayerQuitGameBtn = new javax.swing.JButton();
newPlayerNameLabel = new javax.swing.JLabel();
newPlayerBackBtn = new javax.swing.JButton();
playerNameText = new javax.swing.JTextField();
addPlayerBtn = new javax.swing.JButton();
playBtn = new javax.swing.JButton();
twoPlayerBtn = new javax.swing.JButton();
singlePlayerBtn = new javax.swing.JButton();
quitGameBtn = new javax.swing.JButton();
titleLabel = new javax.swing.JLabel();
backgroundLabel = new javax.swing.JLabel();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("Tic Tac Toe");
setMinimumSize(new java.awt.Dimension(626, 536));
getContentPane().setLayout(null);
twoPlayerPanel1.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 102, 0), new java.awt.Color(153, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 153, 0)));
player1Combo.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
player1Combo.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Players" }));
twoPlayerQuitGameBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
twoPlayerQuitGameBtn.setText("Quit Game");
twoPlayerQuitGameBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
twoPlayerQuitGameBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
twoPlayerQuitGameBtnActionPerformed(evt);
}
});
newPlayer1Btn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
newPlayer1Btn.setText("New Player");
newPlayer1Btn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
newPlayer1Btn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
newPlayer1BtnActionPerformed(evt);
}
});
Player1Label.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
Player1Label.setText("Select Player 1");
Player2Label.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
Player2Label.setText("Select Player 2");
player2Combo.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
player2Combo.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Players" }));
newPlayer2Btn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
newPlayer2Btn.setText("New Player");
newPlayer2Btn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
newPlayer2Btn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
newPlayer2BtnActionPerformed(evt);
}
});
backBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
backBtn.setText("Back");
backBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
backBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
backBtnActionPerformed(evt);
}
});
javax.swing.GroupLayout twoPlayerPanel1Layout = new javax.swing.GroupLayout(twoPlayerPanel1);
twoPlayerPanel1.setLayout(twoPlayerPanel1Layout);
twoPlayerPanel1Layout.setHorizontalGroup(
twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(twoPlayerPanel1Layout.createSequentialGroup()
.addGap(19, 19, 19)
.addGroup(twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
.addGroup(twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(newPlayer2Btn, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(newPlayer1Btn, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGroup(twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
.addGroup(twoPlayerPanel1Layout.createSequentialGroup()
.addComponent(Player2Label, javax.swing.GroupLayout.PREFERRED_SIZE, 119, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(player2Combo, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(twoPlayerPanel1Layout.createSequentialGroup()
.addComponent(Player1Label, javax.swing.GroupLayout.PREFERRED_SIZE, 127, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addComponent(player1Combo, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE))))
.addGroup(twoPlayerPanel1Layout.createSequentialGroup()
.addComponent(backBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(twoPlayerQuitGameBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap(25, Short.MAX_VALUE))
);
twoPlayerPanel1Layout.setVerticalGroup(
twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(twoPlayerPanel1Layout.createSequentialGroup()
.addContainerGap()
.addGroup(twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(player1Combo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(Player1Label))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(newPlayer1Btn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addGroup(twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(player2Combo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(Player2Label))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addComponent(newPlayer2Btn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(22, 22, 22)
.addGroup(twoPlayerPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(twoPlayerQuitGameBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(backBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap())
);
getContentPane().add(twoPlayerPanel1);
twoPlayerPanel1.setBounds(160, 170, 310, 220);
singlePlayerPanel.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 102, 0), new java.awt.Color(153, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 153, 0)));
singlePlayerNameCombo.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
singlePlayerQuitGameBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
singlePlayerQuitGameBtn.setText("Quit Game");
singlePlayerQuitGameBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
singlePlayerQuitGameBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
singlePlayerQuitGameBtnActionPerformed(evt);
}
});
singlePlayerNewPlayerBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
singlePlayerNewPlayerBtn.setText("New Player");
singlePlayerNewPlayerBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
singlePlayerNewPlayerBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
singlePlayerNewPlayerBtnActionPerformed(evt);
}
});
singlePlayerLabel.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
singlePlayerLabel.setText("Select Player");
singlePlayerBackBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
singlePlayerBackBtn.setText("Back");
singlePlayerBackBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
singlePlayerBackBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
singlePlayerBackBtnActionPerformed(evt);
}
});
javax.swing.GroupLayout singlePlayerPanelLayout = new javax.swing.GroupLayout(singlePlayerPanel);
singlePlayerPanel.setLayout(singlePlayerPanelLayout);
singlePlayerPanelLayout.setHorizontalGroup(
singlePlayerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, singlePlayerPanelLayout.createSequentialGroup()
.addContainerGap(18, Short.MAX_VALUE)
.addGroup(singlePlayerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, singlePlayerPanelLayout.createSequentialGroup()
.addComponent(singlePlayerLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 112, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(15, 15, 15))
.addComponent(singlePlayerBackBtn, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addGroup(singlePlayerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)
.addComponent(singlePlayerNewPlayerBtn, javax.swing.GroupLayout.DEFAULT_SIZE, 121, Short.MAX_VALUE)
.addComponent(singlePlayerNameCombo, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(singlePlayerQuitGameBtn, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addGap(28, 28, 28))
);
singlePlayerPanelLayout.setVerticalGroup(
singlePlayerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(singlePlayerPanelLayout.createSequentialGroup()
.addGap(50, 50, 50)
.addGroup(singlePlayerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(singlePlayerNameCombo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(singlePlayerLabel))
.addGap(18, 18, 18)
.addComponent(singlePlayerNewPlayerBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 28, Short.MAX_VALUE)
.addGroup(singlePlayerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(singlePlayerQuitGameBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(singlePlayerBackBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(27, 27, 27))
);
getContentPane().add(singlePlayerPanel);
singlePlayerPanel.setBounds(160, 170, 310, 220);
NewPlayerPlanel.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 102, 0), new java.awt.Color(153, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 153, 0)));
newPlayerQuitGameBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
newPlayerQuitGameBtn.setText("Quit Game");
newPlayerQuitGameBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
newPlayerQuitGameBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
newPlayerQuitGameBtnActionPerformed(evt);
}
});
newPlayerNameLabel.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
newPlayerNameLabel.setText("Player Name");
newPlayerBackBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
newPlayerBackBtn.setText("Back");
newPlayerBackBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
newPlayerBackBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
newPlayerBackBtnActionPerformed(evt);
}
});
playerNameText.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
playerNameText.setCursor(new java.awt.Cursor(java.awt.Cursor.TEXT_CURSOR));
addPlayerBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
addPlayerBtn.setText("Add Player");
addPlayerBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
addPlayerBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
addPlayerBtnActionPerformed(evt);
}
});
javax.swing.GroupLayout NewPlayerPlanelLayout = new javax.swing.GroupLayout(NewPlayerPlanel);
NewPlayerPlanel.setLayout(NewPlayerPlanelLayout);
NewPlayerPlanelLayout.setHorizontalGroup(
NewPlayerPlanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(NewPlayerPlanelLayout.createSequentialGroup()
.addGroup(NewPlayerPlanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, NewPlayerPlanelLayout.createSequentialGroup()
.addContainerGap()
.addComponent(newPlayerNameLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 112, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addComponent(playerNameText))
.addGroup(NewPlayerPlanelLayout.createSequentialGroup()
.addGroup(NewPlayerPlanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(NewPlayerPlanelLayout.createSequentialGroup()
.addGap(19, 19, 19)
.addComponent(newPlayerBackBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(newPlayerQuitGameBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(NewPlayerPlanelLayout.createSequentialGroup()
.addGap(89, 89, 89)
.addComponent(addPlayerBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addGap(0, 15, Short.MAX_VALUE)))
.addContainerGap())
);
NewPlayerPlanelLayout.setVerticalGroup(
NewPlayerPlanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(NewPlayerPlanelLayout.createSequentialGroup()
.addGap(26, 26, 26)
.addGroup(NewPlayerPlanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(newPlayerNameLabel)
.addComponent(playerNameText, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(26, 26, 26)
.addComponent(addPlayerBtn, javax.swing.GroupLayout.DEFAULT_SIZE, 50, Short.MAX_VALUE)
.addGap(38, 38, 38)
.addGroup(NewPlayerPlanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(newPlayerQuitGameBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(newPlayerBackBtn, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap())
);
getContentPane().add(NewPlayerPlanel);
NewPlayerPlanel.setBounds(160, 170, 310, 220);
playBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
playBtn.setText("Let's Play");
playBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
playBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
playBtnActionPerformed(evt);
}
});
getContentPane().add(playBtn);
playBtn.setBounds(220, 400, 180, 50);
twoPlayerBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
twoPlayerBtn.setText("Two Player");
twoPlayerBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
twoPlayerBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
twoPlayerBtnActionPerformed(evt);
}
});
getContentPane().add(twoPlayerBtn);
twoPlayerBtn.setBounds(220, 280, 190, 60);
singlePlayerBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
singlePlayerBtn.setText("Single Player");
singlePlayerBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
singlePlayerBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
singlePlayerBtnActionPerformed(evt);
}
});
getContentPane().add(singlePlayerBtn);
singlePlayerBtn.setBounds(220, 210, 190, 60);
quitGameBtn.setFont(new java.awt.Font("Traditional Arabic", 1, 18)); // NOI18N
quitGameBtn.setText("Quit Game");
quitGameBtn.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED, new java.awt.Color(204, 153, 0), new java.awt.Color(204, 0, 0), new java.awt.Color(204, 204, 0), new java.awt.Color(204, 204, 0)));
quitGameBtn.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
quitGameBtnActionPerformed(evt);
}
});
getContentPane().add(quitGameBtn);
quitGameBtn.setBounds(220, 350, 190, 60);
titleLabel.setFont(new java.awt.Font("Viner Hand ITC", 3, 36)); // NOI18N
titleLabel.setForeground(new java.awt.Color(153, 0, 0));
titleLabel.setText("Tic Tac Toe");
getContentPane().add(titleLabel);
titleLabel.setBounds(210, 120, 210, 40);
backgroundLabel.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/fine-ancient-leather-scroll-background-psd_54-10079.jpg"))); // NOI18N
getContentPane().add(backgroundLabel);
backgroundLabel.setBounds(0, 0, 626, 536);
pack();
}// </editor-fold>//GEN-END:initComponents |
68313f2c-9a2d-44a8-bbd1-b63d00ae8ebb | public void setDatai(int datai) {
this.datai = datai;
} |
fd24e54d-c067-4f38-a9ad-5891473df221 | public void setPolicyCurrencyCode(crmondemand.xml.customobject3.query.QueryType policyCurrencyCode) {
this.policyCurrencyCode = policyCurrencyCode;
} |
d60be878-6c65-4268-97cb-eab5c52d74b7 | public java.lang.String getCustomPickList58() {
return this.customPickList58;
} |
bf1400e0-b997-4e69-aeea-e1e612cecf79 | public void setCustomDate24(java.util.Calendar customDate24) {
this.customDate24 = customDate24;
} |
caa5cf4c-c3b8-4b84-9780-fa7e0172c10c | public crmondemand.xml.customobject6.query.QueryType getPrimaryAgencyId() {
return this.primaryAgencyId;
} |
c3641d75-6381-4ce0-9b02-974e74ef2d3b | public java.math.BigDecimal getCustomNumber45() {
return this.customNumber45;
} |
f9622ea1-7ed5-4002-af9b-da2e79d769f5 | public java.lang.String getCustomPickList73() {
return this.customPickList73;
} |
cad3d3b8-4a37-40f6-8b17-94462baa60eb | void start()
{
for (Server s : servers.values()) {
try {
s.startTransactions();
} catch (RemoteException re) {
}
}
} |
b6810b15-9300-4c9e-9915-bcd10d14ef76 | public crmondemand.xml.customobject3.query.QueryType getCustomNumber2() {
return this.customNumber2;
} |
34349b77-299d-48ef-93f2-be1fb5e13eb1 | public java.lang.String getCustomPickList46() {
return this.customPickList46;
} |
01703589-e82f-4fdb-a33d-7860e28e2217 | public crmondemand.xml.customobject3.query.QueryType getMDFRequestIntegrationId() {
return this.mDFRequestIntegrationId;
} |
51bf1c5c-ab94-4402-8208-3a07930a73de | private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed
if (txtValorPago.getText().equals("0,00") && jCBPago.isSelected() == false) {
int selection = JOptionPane.showConfirmDialog(rootPane,
"Note que o valor pago será atualizado para 0,00 ",
"Confirma?", JOptionPane.OK_CANCEL_OPTION,
JOptionPane.WARNING_MESSAGE);
if (selection == JOptionPane.OK_OPTION) {
txtCodigo.setText(txtCodigo.getText().trim());
apagar = nome.length();//Devolve o número de caracteres do objeto Stringbuffer apagar
nome.delete(0, apagar);
nome.append(txtCodigo.getText());
try {
ContasRDAO dao = new ContasRDAO(); // estou instanciando a conexão
ContasR cliente = new ContasR();
cliente = dao.carregarContasContratoPeloCodigo(nome);
if (cliente.getData_emissao().equals("nulo")) {
JOptionPane.showMessageDialog(this,
"O cliente informado não consta no banco!");
} else {
if (txtValorPago.getText().equals("")) {
JOptionPane.showMessageDialog(this,
"Campo Valor pago tem que ser informado!",
"Atenção!", JOptionPane.INFORMATION_MESSAGE);
txtValorPago.requestFocus();
} else {
int linha = masterTable.getSelectedRow();
String ValorPago = "" + masterTable.getValueAt(linha, 7).hashCode();
AcessoDAO daos = new AcessoDAO();
Acesso okay = new Acesso();
NowString();
okay.setUsuario(Integer.parseInt(txtCodigoUsuarioLogado.getText()));
okay.setData(s);
okay.setHora(f);
okay.setDescricao("Atualização do pagamento [Interface - Contas à receber - Contratos]\n"
+ "Registro: " + txtCodigo.getText() + " "
+ "Parcela: " + txtParcela.getText() + " "
+ "Valor da parcela: " + cliente.getValor() + " "
+ "Valor pago: " + cliente.getValor_pago() + " "
+ "Desconto: " + cliente.getDesconto() + " "
+ "Vencimento: " + cliente.getData_pagamento().replace("/1/", "/01/") + "\n"
+ "Pagamento: " + cliente.getData_emissao().replace("/1/", "/01/") + "\n"
+ "*Como era - antes da alteração");
daos.adicionarAcesso(okay);
String Valor = txtValorPago.getText();
Valor = Valor.replace(".", "");
Valor = Valor.replace(",", ".");
cliente.setValor_pago(Double.parseDouble(Valor));
String Desconto = txtDesconto.getText();
Desconto = Desconto.replace(".", "");
Desconto = Desconto.replace(",", ".");
cliente.setDesconto(Double.parseDouble(Desconto));
cliente.setData_pagamento(txtDataPagamento.getText().trim());
cliente.setData_emissao(txtDataEmQueFoiFeitoPagamento.getText().trim());//Data pagamento
if (jCBPago.isSelected() == true) {
cliente.setTotal(1.00);
} else {
cliente.setTotal(0.00);
}
dao.atualizaDados(cliente);
JOptionPane.showMessageDialog(null, "Efetuado com sucesso!");
//AcessoDAO daos = new AcessoDAO();
//Acesso okay = new Acesso();
NowString();
okay.setUsuario(Integer.parseInt(txtCodigoUsuarioLogado.getText()));
okay.setData(s);
okay.setHora(f);
okay.setDescricao("Atualização do pagamento [Interface - Contas à receber - Contratos]\n"
+ "Registro: " + txtCodigo.getText() + " "
+ "Parcela: " + txtParcela.getText() + " "
+ "Valor da parcela: " + txtValorDaParcela.getText() + " "
+ "Valor pago: " + txtValorPago.getText() + " "
+ "Desconto: " + txtDesconto.getText() + " "
+ "Vencimento: " + txtDataPagamento.getText() + "\n"
+ "Pagamento: " + txtDataEmQueFoiFeitoPagamento.getText() + "\n"
+ "*Como ficou - pós alteração");
daos.adicionarAcesso(okay);
this.dispose();
ContasReceberContratos Entrada;
try {
Entrada = new ContasReceberContratos(0);
Entrada.setVisible(true);
} catch (ParseException ex) {
Logger.getLogger(ContasReceberContratos.class.getName()).log(Level.SEVERE, null, ex);
}
txtValorPago.setText("00");
masterTable.setVisible(false);
getDadosTabelaClientePesquisa();
masterTable.setVisible(true);
}
}
cliente = null;//Liberar objetos obsoletos logo após o uso atribuindo null.
dao.desconectar();
} catch (Exception e) {
}
}
} else {
txtCodigo.setText(txtCodigo.getText().trim());
apagar = nome.length();//Devolve o número de caracteres do objeto Stringbuffer apagar
nome.delete(0, apagar);
nome.append(txtCodigo.getText());
try {
ContasRDAO dao = new ContasRDAO(); // estou instanciando a conexão
ContasR cliente = new ContasR();
cliente = dao.carregarContasContratoPeloCodigo(nome);
if (cliente.getData_emissao().equals("nulo")) {
JOptionPane.showMessageDialog(this,
"O cliente informado não consta no banco!");
} else {
if (txtValorPago.getText().equals("")) {
JOptionPane.showMessageDialog(this,
"Campo Valor pago tem que ser informado!",
"Atenção!", JOptionPane.INFORMATION_MESSAGE);
txtValorPago.requestFocus();
} else {
int linha = masterTable.getSelectedRow();
String ValorPago = "" + masterTable.getValueAt(linha, 7).hashCode();
AcessoDAO daos = new AcessoDAO();
Acesso okay = new Acesso();
NowString();
okay.setUsuario(Integer.parseInt(txtCodigoUsuarioLogado.getText()));
okay.setData(s);
okay.setHora(f);
okay.setDescricao("Atualização do pagamento [Interface - Contas à receber - Contratos]\n"
+ "Registro: " + txtCodigo.getText() + " "
+ "Parcela: " + txtParcela.getText() + " "
+ "Valor da parcela: " + cliente.getValor() + " "
+ "Valor pago: " + cliente.getValor_pago() + " "
+ "Desconto: " + cliente.getDesconto() + " "
+ "Vencimento: " + cliente.getData_pagamento().replace("/1/", "/01/") + "\n"
+ "Pagamento: " + cliente.getData_emissao().replace("/1/", "/01/") + "\n"
+ "*Como era - antes da alteração");
daos.adicionarAcesso(okay);
String Valor = txtValorPago.getText();
Valor = Valor.replace(".", "");
Valor = Valor.replace(",", ".");
cliente.setValor_pago(Double.parseDouble(Valor));
String Desconto = txtDesconto.getText();
Desconto = Desconto.replace(".", "");
Desconto = Desconto.replace(",", ".");
cliente.setDesconto(Double.parseDouble(Desconto));
cliente.setData_pagamento(txtDataPagamento.getText().trim());
cliente.setData_emissao(txtDataEmQueFoiFeitoPagamento.getText().trim());
if (jCBPago.isSelected() == true) {
cliente.setTotal(1.00);
} else {
cliente.setTotal(0.00);
}
dao.atualizaDados(cliente);
JOptionPane.showMessageDialog(null, "Efetuado com sucesso!");
//AcessoDAO daos = new AcessoDAO();
//Acesso okay = new Acesso();
NowString();
okay.setUsuario(Integer.parseInt(txtCodigoUsuarioLogado.getText()));
okay.setData(s);
okay.setHora(f);
okay.setDescricao("Atualização do pagamento [Interface - Contas à receber - Contratos]\n"
+ "Registro: " + txtCodigo.getText() + " "
+ "Parcela: " + txtParcela.getText() + " "
+ "Valor da parcela: " + txtValorDaParcela.getText() + " "
+ "Valor pago: " + txtValorPago.getText() + " "
+ "Desconto: " + txtDesconto.getText() + " "
+ "Vencimento: " + txtDataPagamento.getText() + "\n"
+ "Pagamento: " + txtDataEmQueFoiFeitoPagamento.getText() + "\n"
+ "*Como ficou - pós alteração");
daos.adicionarAcesso(okay);
this.dispose();
ContasReceberContratos Entrada;
try {
Entrada = new ContasReceberContratos(0);
Entrada.setVisible(true);
} catch (ParseException ex) {
Logger.getLogger(ContasReceberContratos.class.getName()).log(Level.SEVERE, null, ex);
}
txtValorPago.setText("00");
masterTable.setVisible(false);
getDadosTabelaClientePesquisa();
masterTable.setVisible(true);
}
}
cliente = null;//Liberar objetos obsoletos logo após o uso atribuindo null.
dao.desconectar();
} catch (Exception e) {
}
}
} |
127a1048-5511-4715-ba62-14956d20c7f8 | public void setCustomDate35(java.util.Calendar customDate35) {
this.customDate35 = customDate35;
} |
759af87f-2c22-4ae1-ae55-2604d1340526 | public java.lang.String getCustomText79() {
return this.customText79;
} |
b502ac56-8114-4805-af67-64e51c6a42af | public void setCustomPickList39(java.lang.String customPickList39) {
this.customPickList39 = customPickList39;
} |
24b6f890-2dc9-484f-a828-13e9ff1afc3a | @Override
public void moveVertically(Panel panel, Player player) {
//Does Nothing
} |
5bed2e25-3f31-40bc-a6e8-717904f4a91d | public void setAttachFileSizeDisp(java.lang.String attachFileSizeDisp) {
this.attachFileSizeDisp = attachFileSizeDisp;
} |
ef972845-0feb-4e2f-a91a-d31103910833 | public void setFinancialAccountId(crmondemand.xml.customobject6.query.QueryType financialAccountId) {
this.financialAccountId = financialAccountId;
} |
281ef3f5-0f10-4613-a564-9566689afd59 | public java.math.BigDecimal getCustomCurrency15() {
return this.customCurrency15;
} |
3a5b3418-8b18-4b00-a958-67ea9b7ddff1 | public void setCustomObject11Id(java.lang.String customObject11Id) {
this.customObject11Id = customObject11Id;
} |
fb7d06bc-fe1c-49df-adea-89688748ef5c | public java.util.Calendar getCustomDate34() {
return this.customDate34;
} |
7fad82c9-64d8-493a-9c3a-fb6999aa96e5 | public java.lang.String getCustomPhone12() {
return this.customPhone12;
} |
61ab1cc3-ec05-4162-85cb-974d8b1597eb | public void setCustomText38(java.lang.String customText38) {
this.customText38 = customText38;
} |
1595db37-06da-40de-84e9-933de3576320 | public java.math.BigDecimal getCustomNumber2() {
return this.customNumber2;
} |
a24884f1-6f24-45a3-9219-e91226ef43d4 | public void setCustomObject14ExternalSystemId(java.lang.String customObject14ExternalSystemId) {
this.customObject14ExternalSystemId = customObject14ExternalSystemId;
} |
39036f0c-aad0-47a7-86a4-19332e3c40a1 | public java.lang.Integer getCustomInteger4() {
return this.customInteger4;
} |
7936c255-dd23-411f-956f-b3113baa8572 | public java.lang.String getCustomPhone6() {
return this.customPhone6;
} |
fb4f8a90-6f11-4404-ad6e-7acfedfc2d82 | public int getLevel() {
return getPlayer().getLevel();
} |
e8851d6d-a66e-49ec-8748-f71875d0f2ca | public void setCustomCurrency41(crmondemand.xml.customobject6.query.QueryType customCurrency41) {
this.customCurrency41 = customCurrency41;
} |
497a3ae0-5c8e-43de-84ae-946aed2ce553 | public crmondemand.xml.contact.query.QueryType getCustomBoolean11() {
return this.customBoolean11;
} |
7d7cd369-e27f-43dd-84c1-75163de660e1 | public void setCustomNumber10(crmondemand.xml.customobject3.query.QueryType customNumber10) {
this.customNumber10 = customNumber10;
} |
c4d0e7c7-4097-4dd0-bfd5-f897e06a692f | public void setContactExternalSystemId(crmondemand.xml.contact.query.QueryType contactExternalSystemId) {
this.contactExternalSystemId = contactExternalSystemId;
} |
c00b5ac0-66c3-4424-aef4-37f9e4f8f011 | public void setMiddleName(java.lang.String middleName) {
this.middleName = middleName;
} |
55c470d3-ab9b-4858-a444-8e832ae7105d | public java.lang.String getParentPolicySubStatus() {
return this.parentPolicySubStatus;
} |
f36e6283-5bbe-41de-bdc6-6bba33ba015c | public void setCustomObject9Name(crmondemand.xml.customobject6.query.QueryType customObject9Name) {
this.customObject9Name = customObject9Name;
} |
9d0ecf8e-3151-4e71-8b00-02e9036974b2 | public void setOpportunityCurrencyCode(crmondemand.xml.customobject6.query.QueryType opportunityCurrencyCode) {
this.opportunityCurrencyCode = opportunityCurrencyCode;
} |
fb9f96d9-d806-4b88-8b26-c3f8139c4f2c | public void setCustomText67(crmondemand.xml.customobject6.query.QueryType customText67) {
this.customText67 = customText67;
} |
221f944c-67e8-4acf-9bd0-754870404ded | public void setCustomInteger7(java.lang.Integer customInteger7) {
this.customInteger7 = customInteger7;
} |
14d10f73-d80c-4654-9a57-3ef10e878ecc | public void setObjectiveType(java.lang.String objectiveType) {
this.objectiveType = objectiveType;
} |
1a297e4c-2f97-4593-bc52-c2817370aec0 | public java.lang.Boolean getCustomBoolean1() {
return this.customBoolean1;
} |
7c2f5371-2993-414f-beaf-46d308e5d73a | public void setCertficationExternalSystemId(crmondemand.xml.customobject6.query.QueryType certficationExternalSystemId) {
this.certficationExternalSystemId = certficationExternalSystemId;
} |
ad6ccddf-8ed3-42b0-bd2e-7e3e871c1b8c | public void setCustomPickList30(crmondemand.xml.opportunity.query.QueryType customPickList30) {
this.customPickList30 = customPickList30;
} |
73a740b2-fc2c-42d2-aaca-4d27f23482b7 | public void setCustomObject13Type(java.lang.String customObject13Type) {
this.customObject13Type = customObject13Type;
} |
ec9518ab-54ec-423d-a936-9e20b59d043c | public void setCustomInteger1(crmondemand.xml.customobject3.query.QueryType customInteger1) {
this.customInteger1 = customInteger1;
} |
8424a9a2-e32f-474c-a083-98cf660c8a59 | public void setCustomDate19(java.util.Calendar customDate19) {
this.customDate19 = customDate19;
} |
836c7d95-87ed-487c-854d-1520fcd118db | public Object getFieldValue(_Fields field) {
switch (field) {
}
throw new IllegalStateException();
} |
8519c98e-e030-4a39-9319-8fc997c39d3c | public crmondemand.xml.contact.query.QueryType getCustomPickList32() {
return this.customPickList32;
} |
bf875fbb-0474-4224-984d-de201456d84d | public crmondemand.xml.opportunity.query.QueryType getCreatedByFullName() {
return this.createdByFullName;
} |
593378bf-a39a-4714-b141-ac8c97b677e5 | public int getDauer() {
return dauer;
} |
deafe4b3-b214-4e87-955e-f5c8630d9111 | public void setCustomText10(java.lang.String customText10) {
this.customText10 = customText10;
} |
5e40bd97-b412-4f29-a96e-ba8f33122ec2 | public java.math.BigDecimal getCustomNumber34() {
return this.customNumber34;
} |
0ad0f862-41fb-47d9-bb52-d941ebb604c7 | public void setCustomDate5(java.util.Calendar customDate5) {
this.customDate5 = customDate5;
} |
ab68846a-eea6-4e1c-b117-54cbfaa20bba | public crmondemand.xml.customobject6.query.QueryType getCustomDate22() {
return this.customDate22;
} |
4ccae825-68a6-474e-ac40-d2b370a6366b | public crmondemand.xml.customobject6.query.QueryType getCustomNumber51() {
return this.customNumber51;
} |
b0a8098d-6b6f-43de-a43f-2296bebd8980 | public java.lang.String getObjectiveName() {
return this.objectiveName;
} |
e0368c1c-6846-4099-93e4-bdd9443be84b | double atan(double input) {
return Math.atan(input);
} |
21d918a2-103f-4ea4-bfb1-394c100cd002 | public void setLeadType(crmondemand.xml.customobject6.query.QueryType leadType) {
this.leadType = leadType;
} |
4e9c8d5a-4305-4a97-8b44-181c74fe42e9 | */
public void csWithdraw(ChangeSet cs) {
cs.addMessage(See.all(),
new ModelMessage(ModelMessage.MessageType.FOREIGN_DIPLOMACY,
((isEuropean() && getPlayerType() == PlayerType.COLONIAL)
? "model.diplomacy.dead.european"
: "model.diplomacy.dead.native"),
this)
.addStringTemplate("%nation%", getNationName()));
Game game = getGame();
cs.addGlobalHistory(game,
new HistoryEvent(game.getTurn(),
HistoryEvent.EventType.NATION_DESTROYED)
.addStringTemplate("%nation%", getNationName()));
csKill(cs);
} |
1d0d1c61-8f71-4d7d-a7b8-b0eee8cbf55e | @Override
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException {
} |
98edcd52-f335-45e8-9e18-5b6a489f761a | public List forwardJustifications() {
{ Proposition self = this;
{ List answer = ((List)(KeyValueList.dynamicSlotValue(self.dynamicSlots, Logic.SYM_LOGIC_FORWARD_JUSTIFICATIONS, null)));
if (answer == null) {
return (Stella.NIL_LIST);
}
else {
return (answer);
}
}
}
} |
758ebcb0-241f-4af2-be16-089d592023df | public void setCustomText49(crmondemand.xml.customobject6.query.QueryType customText49) {
this.customText49 = customText49;
} |
7295ff8d-46f6-498e-a0da-7fffba53769b | public void setSignBit(String l_sign){
this.value = l_sign + this.value.substring(1,this.bitLength);
if (this.visible) showRadioBoxes();
} |
2a385a25-d4a4-40bd-b6c1-89c7a264a6b2 | public void setCustomObject7Name(java.lang.String customObject7Name) {
this.customObject7Name = customObject7Name;
} |
f2dc4e84-6d99-44be-a75c-4c1bdb8973a6 | public void setCustomCurrency13(java.math.BigDecimal customCurrency13) {
this.customCurrency13 = customCurrency13;
} |
2622720c-7575-427d-a621-4e1005e63be4 | public String getCategory() {
return category;
} |
1edd4f99-c24e-4085-ada9-c54790144f5f | public void mouseClicked(java.awt.event.MouseEvent evt) {
lbx_users_onlineMouseClicked(evt);
} |
38d6cc9e-0fe7-4e97-b089-f8d2fbb01a85 | public crmondemand.xml.contact.query.QueryType getIntegrationId() {
return this.integrationId;
} |
a1620b54-4ba8-4db4-8c01-8c4dcb8b75ff | public static void updateTable(ClientThread ct) {
ct.out.println("POINTS " + ct.cu.getPoints());
ct.out.println("QUESTIONS_CATEGORIES " + getCategories()); //Отправляем категории вопросов
StringBuilder sb = new StringBuilder();
sb.append("QUESTIONS ").append(Server_Loader.questions.size()).append(" "); //Кол-во оставшихся вопросов
Iterator<Integer> iterator = Server_Loader.questions.iterator();
while(iterator.hasNext()) sb.append(iterator.next()).append(" "); //Номера оставшихся вопросов
ct.out.println(sb.toString());
ClientThread thread = Server_Loader.threads[Server_Loader.move];
boolean move = false;
if(thread != null && thread.contestId != null && thread.contestId.equals(ct.contestId)) move = true;
ct.out.println("MOVE " + move);
ct.out.println("CURRENT_ROUND " + Server_Loader.round); //Отправляем нынешний раунд
} |
c5c3f834-c75b-4179-887a-a1ae58e3748b | public java.lang.Integer getCustomInteger11() {
return this.customInteger11;
} |
c927bccd-a673-4a4f-a1a8-9dd0f1448581 | opcode m6502_cc = new opcode() { public void handler()
{
m6502_ICount[0] -= 4;
int tmp=RD_ABS();
CPY(tmp);
if(m6502log!=null) fprintf(m6502log,"M6502#%d cc :PC:%d,PPC:%d,SP:%d,ZP:%d,EA:%d,A:%d,X:%d,Y:%d,P:%d,p_irq:%d,a_c:%d,nmi:%d,irq:%d,so:%d\n", cpu_getactivecpu(),m6502.pc.D,m6502.ppc.D,m6502.sp.D,m6502.zp.D,m6502.ea.D,m6502.a,m6502.x,m6502.y,m6502.p,m6502.pending_irq,m6502.after_cli,m6502.nmi_state,m6502.irq_state,m6502.so_state);
}} |
c7fe7fe1-5fe4-4552-a7e7-a256af55dd82 | public crmondemand.xml.customobject6.query.QueryType getZCustomNumber28() {
return this.zCustomNumber28;
} |
88bd7483-b347-41f8-95c8-e5c2d9b4550c | public crmondemand.xml.opportunity.query.QueryType getPartnerName() {
return this.partnerName;
} |
9912f5fc-a5ee-40f8-b0d6-cac6b3478562 | public crmondemand.xml.opportunity.query.QueryType getCustomDate55() {
return this.customDate55;
} |
76a0238f-989b-411d-92d0-08e095d5eea6 | public SpriteHandle(String textureName, double width, double height) {
this.textureName = textureName;
this.width = width;
this.height = height;
} |
30856109-7737-445a-8831-da661ed28d6e | public boolean getEnemyFound() {
return enemyFound;
} |
7c5427ee-391e-4e39-b306-b385cb58abd2 | public Vector getFileID() {
return fileID;
} |
5807a9bf-c814-44ac-9286-d6936a68564a | public void setCustomObject15Id(java.lang.String customObject15Id) {
this.customObject15Id = customObject15Id;
} |
f026c343-8922-425b-a02a-5e837c8653c8 | public void setServiceRequestExternalSystemId(java.lang.String serviceRequestExternalSystemId) {
this.serviceRequestExternalSystemId = serviceRequestExternalSystemId;
} |
918d0ce7-5a9d-448a-bbed-4e4fd81ce205 | public java.lang.String getPolicyTerm() {
return this.policyTerm;
} |
d0a69fa2-7ed1-43d6-9875-318d90307699 | public crmondemand.xml.contact.query.QueryType getCreatedById() {
return this.createdById;
} |
cff0dcbe-8e14-4c65-9fd3-51e1caa52814 | public void handler() {
/*UINT16*/int t;
t = (m6800.a + m6800.b)&0xFFFF;
CLR_HNZVC();
SET_FLAGS8(m6800.a, m6800.b, t);
SET_H(m6800.a, m6800.a, t);
m6800.a = t&0xFF;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.