Image component « Border « Java Swing Q&A





1. How do I get rid of the border made by capturing a jframe image to file?    stackoverflow.com

So I made an application that creates a graphical timeline from a csv file. I have that part finished now I just need help getting the image "pretty". When capturing the ...

3. image not dispalyed inside border    java-forums.org

Plesae need support border is displayed but image not displayed JLabel label = new JLabel(new ImageIcon("logo.gif")); package misc; import java.awt.*; import javax.swing.*; public class SplashDemo extends JWindow { private int duration; public SplashDemo(int d) { duration = d; } // A simple little method to show a title screen in the center // of the screen for the amount of time ...