Guest User

Untitled

a guest
Aug 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. scrollpane blocks buttons in BorderLayout?
  2. d_pane = new JPanel();
  3. d_button = new JPanel();
  4. d_pane.add(table.getTableHeader(), BorderLayout.PAGE_START);
  5. dl_scroll = new JScrollPane(table);
  6. d_pane.add(dl_scroll, BorderLayout.CENTER);
  7. // d_button is ridLayouted with 3 Buttons in there
  8. d_pane.add(d_button, BorderLayout.PAGE_END);
Add Comment
Please, Sign In to add comment