Image component « Dialog « Java Swing Q&A





1. How to remove image in Dialog class in jdk1.1.8    coderanch.com

Hi I want to remove the image on the dialog class in jdk1.1.8, can anybody please help me out. I tried using setIconImage(), but since this being the method of frame class it does not work for dialog class. Can anybody please help me out. It is very urgent. Thanking you in advance Regards

2. how to show image all over the dialog    coderanch.com

Hi I have a dialog its having flowlayout. On that dialog I hve added a panel which is also having flow layout. I have displayed a image on the panel, but its not occupying the whole screen. its gettting applied only to the center of the dialog. I want to show that image all over the screen... how I can do ...

3. Dialog Image    java-forums.org

I have wrote a periodic table app that displays the periodic table. If you click on the appropriate box the app loads up a modal dialog box for that particular element. The dialog contains information and an image. 99% of the time the dialog box loads up ok. Occasionaly the dialog frame will load but nothing is displayed. If i move ...

4. scanned image save by swing dialog box    java-forums.org

There is confusion in your question. Is the image a file somewhere on your PC? What is a "camera image object"? You use the JFileChooser to select any file(s) on your PC so you can get the path to those files. It doesn't do any processing on the file, it only supplies the path to the file.

5. Image is covering all of JDialog!    forums.oracle.com

I have my class extending JDialog. I have setSize(300,300). I have added some components like JLabel, JEditorPane etc in constructor method. I have redefined paint(Graphics g) method in order to put image on JDialog. Image is size 100,100 and it is shown but all the space on JDialog where isn't image is gray, every component that I have added in constructor ...

6. Create an Image in JDialog    forums.oracle.com