python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Adding Images to a text in JFrame in Java Swing
I am building a Chat Bot application that queries text files according to topic and returns a text (answer) and would also want to display images related to that topic e.x Cricket. I am able to query ...

Ranji Raj
Votes: 0
Answers: 1
Can I supply image icons in Java in a higher resolution to avoid blurred icons after scaling?
I am designing a GUI with Java Swing and AWT (Java 8) and am struggling with the icons I use.
I load a large PNG image and scale it to 18x18px and then use it in a button or label. It works well in al...
Philip Leifeld
Votes: 0
Answers: 2
JOptionPane does not show the icon, why?
I could not see the icon with those lines of codes, although it should work.
The code is the following:
import java.awt.Image;
import javax.swing.ImageIcon;
import javax.swing.JOption...

RedRabbit
Votes: 0
Answers: 1