经过好几天的学习,研究,接下来说说java swing,以及内嵌浏览器的方法. 一.swing是一个用于java应用程序用户界面的的开发工具包. 例如:接下来我们做个登录界面,简要说明 做之前的构想图 (做完后) 分析:上图需要使用的控件:一个JFrame(窗体).三个JLabel(显示用户,密码,标题),两个JButton(按钮) public class FrameTest { private JFrame jFrame = new JFrame("登录"); private Co
http://www.careerride.com/Swing-AWT-Interview-Questions.aspx Swing interview questions and answers for freshers and experienced candidates. These interview questions and answers on Swing will help you strengthen your technical skills, prepare for t