()
| 200 | } |
| 201 | |
| 202 | protected void updateDevice() { |
| 203 | devicePanel.init(); |
| 204 | |
| 205 | pack(); |
| 206 | |
| 207 | setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
| 208 | setLocationRelativeTo(null); |
| 209 | setVisible(true); |
| 210 | devicePanel.requestFocus(); |
| 211 | } |
| 212 | |
| 213 | public static void main(String args[]) { |
| 214 | List params = new ArrayList(); |
no test coverage detected