ó?JavaD′ò???è?àúD?3ìDò£-′ú?? - ±à3ìè???í?
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-21
new JButton("購液"); Border empty = BorderFactory.createEmptyBorder(); public void design() { calendar_ym = new JPanel(new BorderLayout()); MatteBorder m_left = BorderFactory.createMatteBorder(1, 1, 1, 0, new Color(186,223,254)); MatteBorder m_right = BorderFactory.createMatteBorder(1, 0, 1, 1, new Color(186,223,254)); JPanel l = new JPanel(new FlowLayout(FlowLayout.LEFT)); l.setBorder(m_left); l.add(left); left.setBorder(empty); left.setBackground(deepblue); left.setForeground(Color.WHITE); left.addActionListener(this); JPanel r = new JPanel(new FlowLayout(FlowLayout.RIGHT)); r.setBorder(m_right); r.add(right); right.setBorder(empty); right.setBackground(deepblue); right.setForeground(Color.WHITE); right.addActionListener(this); JPanel c = new JPanel(new FlowLayout(FlowLayout.CENTER)); c.add(year); year.setText(String.valueOf(year_now)); c.add(new Label("/")); c.add(month); if (month_now == 0) { month_now += 1; } month.setText(String.valueOf(month_now)); Border line = BorderFactory.createLineBorder(new Color(186,223,254)); c.setBorder(line); l.setBackground(deepblue); r.setBackground(deepblue); c.setBackground(deepblue); c.setForeground(Color.WHITE); calendar_ym.add(l,BorderLayout.WEST); calendar_ym.add(r,BorderLayout.EAST); calendar_ym.add(c,BorderLayout.CENTER); calendar_wd = new JPanel(new BorderLayout()); JPanel calendar_week = new JPanel(new GridLayout(1,7)); calendar_week.setBackground(Color.WHITE); calendar_week.setForeground(Color.BLACK); MatteBorder m_fix = BorderFactory.createMatteBorder(0, 1, 0, 1, Color.BLACK); calendar_week.setBorder(m_fix); Label sunday = new Label("晩",Label.CENTER); sunday.setForeground(Color.RED); calendar_week.add(sunday); calendar_week.add(new Label("匯",Label.CENTER)); calendar_week.add(new Label(&q |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于ó?JavaD′ò???è?àúD?3ìDò£-′ú?? - ±à3ìè???í?的所有评论