scala-swing
scala-swing copied to clipboard
Incubation project for the official scala.swing distribution. See the wiki page for details.
Hi Ingo, Sorry for my long inactivity this last year -- I've now improved the Tree-view design in a number of respects. TreeDemo contains examples of most of the desired...
Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/LightWrite) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...
My common Renderer[-A] trait has the following method signature: def componentFor(owner: Owner, value: A, cellInfo: companion.CellInfo) Where Owner is say, a ListView[_], Tree[_] or Table, and CellInfo contains the extra...
Incub
I added a feature to the GroupPanel: it is now possible to declare any child component of the panel as the baseline reference of the whole panel. (since panels do...
Hi Ingo! Here's a wrapper for JPopupMenu. I hope you can use it! Best, John
Hi Ingo First time for a 'pull request', so could go horribly wrong, or it's totally empty :-) This is the CardLayout and ColorChooser with demo included in UIDemo. I...
The current EditableCellsCompanion design doesn't offer the same degree of abstraction and reuse as the renderers. One big problem is DefaultTreeCellEditor, which contains indispensable functionality, but requires an actual JTree...