How can I add an image to a JPanel background. The image will not be scaled or resized. Thanks.
You can override one of these methods:
JComponent.paint(Graphics g) JComponent.paintComponent(Graphics g)