()
| 73 | private final ContextMenu menu = new ContextMenu(); |
| 74 | |
| 75 | public JDynamicTable() |
| 76 | { |
| 77 | this.cornerButton = new JTableMenuButton(menu); |
| 78 | this.wrappedCornerButton = GuiUtility.wrapParentAsJFXPanel(cornerButton); |
| 79 | } |
| 80 | |
| 81 | @Override |
| 82 | protected void configureEnclosingScrollPane() |
nothing calls this directly
no test coverage detected