(Object jc)
| 534 | } |
| 535 | |
| 536 | protected String getID(Object jc) { |
| 537 | return (jc == null ? null : jc instanceof JComponent ? /** @j2sNative jc.ui.id || */ |
| 538 | ((JComponent) jc).getUIClassID() : jc.getClass().getName()); |
| 539 | } |
| 540 | |
| 541 | private JPanel getTopPanel() { |
| 542 | JPanel ptop = new JPanel(); |
no test coverage detected