import javax.swing.*;Output:
import java.awt.*;
class Image extends JFrame {
public static void main(String[] args) выбрасывает исключение {
JFrame.setDefaultLookAndFeelDecorated(true);
кадр JFrame = новый JFrame();
String src = Image.class.getClassLoader().
getSystemResource("image.jpg").toString();
frame.getContentPane().add(new JEditorPane("text/html",
" < img src='"+src+"' width=280 height=400> "));
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.pack();
frame.setVisible(true);
}
}
Please disable your ad blocker and refresh the window to use this website.