This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
()
| 160 | * regenerated by the Form Editor. |
| 161 | */ |
| 162 | @SuppressWarnings("unchecked") |
| 163 | // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents |
| 164 | private void initComponents() { |
| 165 | |
| 166 | popUpProfiles = new javax.swing.JPopupMenu(); |
| 167 | miCopyIccid = new javax.swing.JMenuItem(); |
| 168 | miCopyAid = new javax.swing.JMenuItem(); |
| 169 | jSeparator1 = new javax.swing.JPopupMenu.Separator(); |
| 170 | miEnableProfile = new javax.swing.JMenuItem(); |
| 171 | miDisableProfile = new javax.swing.JMenuItem(); |
| 172 | miDeleteProfile = new javax.swing.JMenuItem(); |
| 173 | mainPanel = new javax.swing.JPanel(); |
| 174 | cmbReaders = new javax.swing.JComboBox<>(); |
| 175 | jLabel1 = new javax.swing.JLabel(); |
| 176 | jLabel2 = new javax.swing.JLabel(); |
| 177 | btnRefreshReaders = new javax.swing.JButton(); |
| 178 | btnAddProfile = new javax.swing.JButton(); |
| 179 | btnConnect = new javax.swing.JButton(); |
| 180 | jLabel3 = new javax.swing.JLabel(); |
| 181 | jScrollPane2 = new javax.swing.JScrollPane(); |
| 182 | txtEuiccInfo = new javax.swing.JTextArea(); |
| 183 | btnSetSMDPAddress = new javax.swing.JButton(); |
| 184 | lblProgress = new javax.swing.JLabel(); |
| 185 | headerPanel = new javax.swing.JPanel(); |
| 186 | lblTitleBar = new javax.swing.JLabel(); |
| 187 | btnCloseApp = new javax.swing.JButton(); |
| 188 | btnCloseApp2 = new javax.swing.JButton(); |
| 189 | btnHandleNotifications = new javax.swing.JButton(); |
| 190 | jScrollPane1 = new javax.swing.JScrollPane(); |
| 191 | listProfiles = new javax.swing.JList<>(); |
| 192 | |
| 193 | miCopyIccid.setText("Copy ICCID"); |
| 194 | miCopyIccid.addActionListener(new java.awt.event.ActionListener() { |
| 195 | public void actionPerformed(java.awt.event.ActionEvent evt) { |
| 196 | miCopyIccidActionPerformed(evt); |
| 197 | } |
| 198 | }); |
| 199 | popUpProfiles.add(miCopyIccid); |
| 200 | |
| 201 | miCopyAid.setText("Copy AID"); |
| 202 | miCopyAid.addActionListener(new java.awt.event.ActionListener() { |
| 203 | public void actionPerformed(java.awt.event.ActionEvent evt) { |
| 204 | miCopyAidActionPerformed(evt); |
| 205 | } |
| 206 | }); |
| 207 | popUpProfiles.add(miCopyAid); |
| 208 | popUpProfiles.add(jSeparator1); |
| 209 | |
| 210 | miEnableProfile.setText("Enable"); |
| 211 | miEnableProfile.addActionListener(new java.awt.event.ActionListener() { |
| 212 | public void actionPerformed(java.awt.event.ActionEvent evt) { |
| 213 | miEnableProfileActionPerformed(evt); |
| 214 | } |
| 215 | }); |
| 216 | popUpProfiles.add(miEnableProfile); |
| 217 | |
| 218 | miDisableProfile.setText("Disable"); |
| 219 | miDisableProfile.addActionListener(new java.awt.event.ActionListener() { |