Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Views, which additionally are in a panel, can be scrolled.

  

  1. Create a new RapidClipse project.
  2. Add a few buttons to the MainView which you find in the GUI Builder.
  3. Click MainView and Toolbox> Constraints> Height to make the MainView scrollable.
  4. Under Project Management > User Interface, select the MainUI.java file.
  5. Add a BorderLayout in the MainUI..
  6. Add a MenuBar to the top of the BorderLayout.
  7. Add a panel under the MenuBar in the BorderLayout.
  8. Select the Navigator under Structure.
  9. Select Properties > or SingleComponentContainer > panel.
  10. Click Save.

...