OpenBEL / bel-nav

BEL Navigator based on OpenBEL Framework 3.0.0 and Cytoscape 3.
Apache License 2.0
1 stars 0 forks source link

update all UI popup windows to frames #4

Open abargnesi opened 10 years ago

abargnesi commented 10 years ago

Currently all popup windows are swing dialogs which omit the min, max, close buttons on the window. Change to swing frames so users have more control. Focus the existing window if the user tries to open that window again (avoid duplicate windows).

Additionally when windows are closed or cancelled we should simply hide the window. This will preserve the state of the window.

raised by @ncatlett