1. How do I get rid of the border made by capturing a jframe image to file? stackoverflow.comSo 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 ... |
2. How to display an image without borders? coderanch.com |
3. image not dispalyed inside border java-forums.orgPlesae 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 ... |