jgimmick
package provides useful swing gadgets: a jog wheel and a timer control panel.See: Description
Interface | Description |
---|---|
JoggleModel |
A model representing a bounded or unbounded double value sequence.
|
Class | Description |
---|---|
DefaultJoggleModel |
A default implementation of the
JoggleModel interface. |
Joggle |
A Component drawing a joggle (or wheel) you can drag to move it (scroll)
and change a value to the corresponding
JoggleModel . |
SharableTimer |
This Timer is optimized for sharable usage from different contexts,
for example: Two Objects want to share one Timer.
|
SpinnerTimerControl |
This
JPanel contains a JSpinner and a
TimerControlPanel
handling a timer iterating through the SpinnerModel's
sequence. |
TimerControlPanel |
A
TimerControlPanel is useful whenever you want to control value
sequences by an easy-to-use UI. |
jgimmick
package provides useful swing gadgets: a jog wheel and a timer control panel.
with standard icons | with icons from sun.com |
![]() |
![]() |
with standard icons | with icons from sun.com |
![]() |
![]() |
![]() |
![]() |
Further more this library provides a set of Icons for player-controling and navigating gui-elements (also used by the TimerControlPanel, see screenshots above). On the one hand there are classes, drawing geometric Icons (e.g.: jgimmick.icon.ArrowIcon), on the other hand there are .gif-files from the Java look and feel Graphics Repository, from the Media-Section. These files are also saved in the icon-package:
In a java-class you can acces these files by reflection, for example: