| Age | Commit message (Collapse) | Author |
|
A list panel that offers selections from a drop down menu
|
|
* One is an adaptation of the simple dialogs to work on JDesktopPanes
* The other is a simple control for lists of strings
|
|
|
|
Also, fixed a single instantiation violation into BoundLazyPair
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'll leave this sit for a while, and come back to it after some thought
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See comment in the constructor of LazyHolderSupplier for details.
|
|
|
|
|
|
|
|
|
|
Basically, you can now repeat a parenthesis to make new nesting levels.
For example, while ( still matches with ), (( will now only match with
)), so you have as many levels of nesting as you want, and won't get
confused about which closing paren matches which opening one
|