You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate out live and dead connections in the user interface. Could just be two JTable instances in the left split pane. Or possibly a live and dead tab - don’t like that idea too much, tabs get too nested! Perhaps just sort live connections at the top, with a fancy ListCellRenderer, that draws a black line between live and dead, or just colours them differently. Green perhaps?
While it is currently possible to sort connections based on different columns in the table, perhaps it would make sense to always sort first on closed vs Open, and only then the other attribute?
The text was updated successfully, but these errors were encountered:
Separate out live and dead connections in the user interface. Could just be two JTable instances in the left split pane. Or possibly a live and dead tab - don’t like that idea too much, tabs get too nested! Perhaps just sort live connections at the top, with a fancy ListCellRenderer, that draws a black line between live and dead, or just colours them differently. Green perhaps?
While it is currently possible to sort connections based on different columns in the table, perhaps it would make sense to always sort first on closed vs Open, and only then the other attribute?
The text was updated successfully, but these errors were encountered: