摘要:
代码:import java.awt.Graphics;import javax.swing.ImageIcon;import javax.swing.JPanel;public class Picture extends JPanel { private static final long ... 阅读全文
摘要:
实现效果:代码:import java.awt.Color;import java.awt.Dimension;import java.awt.Font;import java.awt.Insets;import javax.swing.ImageIcon;import javax.swing.JB... 阅读全文