📄 stockjdialog.java
字号:
.addComponent(jCheckBox25)
.addComponent(jCheckBox26)
.addComponent(jCheckBox27))
.addContainerGap(16, Short.MAX_VALUE))
);
buttonGroup1.add(jRadioButton4);
jRadioButton4.setText("Select based on industry");
jRadioButton4.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jRadioButton4.setMargin(new java.awt.Insets(0, 0, 0, 0));
jRadioButton4.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jRadioButton4ActionPerformed(evt);
}
});
jPanel3.setBorder(javax.swing.BorderFactory.createTitledBorder("Industry"));
jCheckBox5.setText("Consumer products");
jCheckBox5.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox5.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox6.setText("Trading / Services");
jCheckBox6.setActionCommand("Trading/Services");
jCheckBox6.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox6.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox7.setText("Industrial products");
jCheckBox7.setActionCommand("Industry Product");
jCheckBox7.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox7.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox8.setText("Technology");
jCheckBox8.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox8.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox9.setText("Construction");
jCheckBox9.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox9.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox10.setText("Infrastructure");
jCheckBox10.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox10.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox11.setText("Finance");
jCheckBox11.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox11.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox12.setText("Hotels");
jCheckBox12.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox12.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox13.setText("Properties");
jCheckBox13.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox13.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox14.setText("Plantation");
jCheckBox14.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox14.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox15.setText("Mining");
jCheckBox15.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox15.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox16.setText("Trusts");
jCheckBox16.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox16.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox17.setText("Close-end fund");
jCheckBox17.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox17.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox18.setText("ETF");
jCheckBox18.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox18.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox19.setText("Call warrant");
jCheckBox19.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox19.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox20.setText("Unknown");
jCheckBox20.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox20.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox22.setText("Loans");
jCheckBox22.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox22.setMargin(new java.awt.Insets(0, 0, 0, 0));
jCheckBox24.setText("Unknown");
jCheckBox24.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
jCheckBox24.setMargin(new java.awt.Insets(0, 0, 0, 0));
javax.swing.GroupLayout jPanel3Layout = new javax.swing.GroupLayout(jPanel3);
jPanel3.setLayout(jPanel3Layout);
jPanel3Layout.setHorizontalGroup(
jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel3Layout.createSequentialGroup()
.addContainerGap()
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jCheckBox5)
.addComponent(jCheckBox6)
.addComponent(jCheckBox11)
.addComponent(jCheckBox14)
.addComponent(jCheckBox17)
.addComponent(jCheckBox19))
.addGap(13, 13, 13)
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jCheckBox7)
.addComponent(jCheckBox8)
.addComponent(jCheckBox12)
.addComponent(jCheckBox15)
.addComponent(jCheckBox18)
.addComponent(jCheckBox20))
.addGap(14, 14, 14)
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jCheckBox24)
.addComponent(jCheckBox22)
.addComponent(jCheckBox16)
.addComponent(jCheckBox13)
.addComponent(jCheckBox10)
.addComponent(jCheckBox9))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
);
jPanel3Layout.setVerticalGroup(
jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel3Layout.createSequentialGroup()
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jCheckBox5)
.addComponent(jCheckBox7)
.addComponent(jCheckBox9))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jCheckBox6)
.addComponent(jCheckBox8)
.addComponent(jCheckBox10))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jCheckBox11)
.addComponent(jCheckBox12)
.addComponent(jCheckBox13))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jCheckBox14)
.addComponent(jCheckBox15)
.addComponent(jCheckBox16))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jCheckBox17)
.addComponent(jCheckBox18)
.addComponent(jCheckBox22))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jCheckBox20)
.addComponent(jCheckBox19)
.addComponent(jCheckBox24))
.addContainerGap(14, Short.MAX_VALUE))
);
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);
jPanel1Layout.setHorizontalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addContainerGap()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
.addGroup(jPanel1Layout.createSequentialGroup()
.addComponent(jRadioButton4)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jPanel3, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addComponent(jRadioButton2)
.addGroup(jPanel1Layout.createSequentialGroup()
.addComponent(jRadioButton3)
.addGap(16, 16, 16)
.addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap(19, Short.MAX_VALUE))
);
jPanel1Layout.setVerticalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addContainerGap()
.addComponent(jRadioButton2)
.addGap(18, 18, 18)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jRadioButton3)
.addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jRadioButton4)
.addComponent(jPanel3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap())
);
getContentPane().add(jPanel1, java.awt.BorderLayout.CENTER);
java.awt.Dimension screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
setBounds((screenSize.width-560)/2, (screenSize.height-425)/2, 560, 425);
}// </editor-fold>//GEN-END:initComponents
private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton2ActionPerformed
// TODO add your handling code here:
this.setVisible(false);
this.dispose();
}//GEN-LAST:event_jButton2ActionPerformed
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
// TODO add your handling code here:
final java.util.List<Code> codes = this.buildSelectedCode();
final MainFrame m = MainFrame.getMe();
javax.swing.SwingUtilities.invokeLater(new Runnable() {
public void run() {
for(Code code : codes) {
Symbol symbol = m.getStockCodeAndSymbolDatabase().codeToSymbol(code);
assert(symbol != null);
final Stock stock = org.yccheok.jstock.gui.Utils.getEmptyStock(code, symbol);
m.addStockToTable(stock);
m.getRealTimeStockMonitor().addStockCode(code);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -