Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockable framework #120

Open
11 tasks
DeflatedPickle opened this issue Feb 26, 2020 · 0 comments
Open
11 tasks

Dockable framework #120

DeflatedPickle opened this issue Feb 26, 2020 · 0 comments

Comments

@DeflatedPickle
Copy link

A built-in dockable framework (like DockingFrames for Swing) would be helpful for users to get a program looking how they prefer.

  • Draggable mini-windows, that can be placed beside other mini-windows (on their north, east, west or south sides)
  • Mini-window headers (these are used to drag around the mini-window, the components should be customisable in their position)
    • Pin (optional, to lock the position of the mini-window)
    • Title
    • Minimize (optional)
    • Maximize (optional)
    • Close (optional)
  • Drag listener for mini-windows being dragged over other mini-windows, putting the original mini-window in a tab with another tab for the new mini-window
  • Border layout (to contain tabbed mini-windows, that will expand to cover a percentage of the whole window. These tabs are made when you drag a tab to either the north, east, south or west)
  • Save layout
  • Load layout

This issue depends on;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant