Eugene Ryzhikov
Eugene Ryzhikov
The title could be shown either on top or bottom of the block. Here one example of such UI The API might look like the following ```Go var style =...
Adds new Border Title API (requested in the issue #87): - `func (s Style) BorderTitle(title string) Style` - `func (s Style) BorderTitleAlignment(alignment Position) Style` - `func (s Style) BorderTitleBackground(color TerminalColor)...
Fixes #1310 @dlemmermann Please confirm that this works for you.
Support for Gradle is pretty advanced in most modern IDEs, which means they can import the modules based just on Gradle project definition. So I propose to remove IDE specific...
More info at http://code.google.com/p/oxbow/issues/detail?id=44
1. Maven repo information 2. Task Dialogs - Advanced usage - Custom commands - Task Dialog Builder 3. Utilities
From google code issue > I have a particular need add some custom fitering to an existing JXTable and while swing-bits-0.5.0 works spendidly for some columns, it lacks a few...
This for some useful methods on enums instead of using switch statements.
Common feature for the editor is to show its caret position. Column/row properties on the control will allow users to do that