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