Serialized Form


Package net.java.swingfx.jdraggable.demo

Class net.java.swingfx.jdraggable.demo.DraggableLabel extends JLabel implements Serializable

serialVersionUID: 3544671789059028281L

Class net.java.swingfx.jdraggable.demo.DraggablePanel extends JPanel implements Serializable

serialVersionUID: 3256725069878538292L

Serialized Fields

border

TitledBorder border

Package net.java.swingfx.waitwithstyle

Class net.java.swingfx.waitwithstyle.AnimatedPanel extends JPanel implements Serializable

serialVersionUID: 3257288036894324529L

Serialized Fields

gradient

float gradient

message

String message

animator

Thread animator

convolvedImage

BufferedImage convolvedImage

originalImage

BufferedImage originalImage

brightnessHints

RenderingHints brightnessHints

Class net.java.swingfx.waitwithstyle.InfiniteProgressPanel extends JComponent implements Serializable

serialVersionUID: 3546080263571714356L

Serialized Fields

ticker

Area[] ticker
Contains the bars composing the circular shape.


animation

Thread animation
The animation thread is responsible for fade in/out and rotation.


started

boolean started
Notifies whether the animation is running or not.


alphaLevel

int alphaLevel
Alpha level of the veil, used for fade in/out.


rampDelay

int rampDelay
Duration of the veil's fade in/out.


shield

float shield
Alpha level of the veil.


text

String text
Message displayed below the circular shape.


barsCount

int barsCount
Amount of bars composing the circular shape.


fps

float fps
Amount of frames per seconde. Lowers this to save CPU.


hints

RenderingHints hints
Rendering hints to set anti aliasing.

Class net.java.swingfx.waitwithstyle.PerformanceInfiniteProgressPanel extends JComponent implements Serializable

Serialized Fields

dScale

double dScale

mouseAdapter

MouseAdapter mouseAdapter

mouseMotionAdapter

MouseMotionAdapter mouseMotionAdapter

keyAdapter

KeyAdapter keyAdapter

componentAdapter

ComponentAdapter componentAdapter

imageBuf

BufferedImage imageBuf

bars

Area[] bars

barsBounds

Rectangle barsBounds

barsScreenBounds

Rectangle barsScreenBounds

centerAndScaleTransform

AffineTransform centerAndScaleTransform

timer

Timer timer

colors

Color[] colors

colorOffset

int colorOffset

useBackBuffer

boolean useBackBuffer

tempHide

boolean tempHide

iterate

int iterate