Method | Description |
---|---|
org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.JCarosel.add(String, int, int) |
This function will be removed, use add(String imageURL)
instead.
|
org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.JCarouselMenu.add(Image, String, int, int) |
Use add(Image, String) instead
|
org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.ReflectedImageLabel.setImage(Image) |
Please use setRichImage() instead from the RichComponent interface
|
org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.ReflectedImageLabel.setLabel(String) |
Use setRichText() instead
|
Constructor | Description |
---|---|
org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.ReflectedImageLabel(Image, int, int) |
This function will be removed, use setNeutralWidth() on JCarousel instead.
|