摘要: 4、Jpanel面板中加载背景图片在实际应用Java做界面的过程中,常常会涉及到加载背景图片以使页面美化。下面整理了一个小模块以便于调用。 1 package com.tntxia.commonswing.panel; 2 3 import java.awt.*; 4 import javax.swing.JPanel; 5 6 /** 7 * 有背景图片的Panel类 8 * @author tntxia 9 * 10 */ 11 public class BackgroundPanel extends JPanel { 12 13 ... 阅读全文
posted @ 2013-12-04 20:59 YGingko 阅读(4907) 评论(0) 推荐(0) 编辑