ó?JavaD′ò???è?àúD?3ìDò£-′ú?? - ±à3ìè???í?
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-21
else
calendar_days.add(new JLabel("")); //凪麿議腎易侃葎腎易燕幣
}
//斤?壓晩豚議炎廣?
c.setTimeZone(TimeZone.getTimeZone("GMT+8"));
Border b = BorderFactory.createLineBorder(Color.BLUE);
int now_day_position = space_length+c.get(Calendar.DAY_OF_YEAR);
int ym_year = Integer.parseInt(year.getText());
int ym_month = Integer.parseInt(month.getText());
int real_year = c.get(Calendar.YEAR);
int real_month = c.get(Calendar.MONTH);
if (real_month == 0) {
real_month += 1;
}
if (real_year == ym_year && real_month == ym_month) {
((JComponent)calendar_days.getComponent(now_day_position)).setBorder(b);
}
//卦指輝念晩豚双井中
return calendar_days;
}
public void actionPerformed(ActionEvent e) {
if (e.getSource() == left e.getSource() == right) {
if (e.getSource() == left) {
month_now -= 1;
if (month_now == 0) {
month_now = 12;
year_now -= 1;
month.setText(String.valueOf(month_now));
year.setText(String.valueOf(year_now));
} else {
month.setText(String.valueOf(month_now));
}
}
if (e.getSource() == right) {
month_now += 1;
if (month_now == 13) {
month_now = 1;
year_now += 1;
month.setText(String.valueOf(month_now));
year.setText(String.valueOf(year_now));
} else
month.setText(String.valueOf(month_now));
}
calendar_days.removeAll();
calendar_wd.add(changeDays());
setVisible(true);
}
if (e.getSource() == quit) {
dispose();
}
}
public static void main(String[] args) {
new DateGrid();
}
}
喇噐峪恬葎箭徨?絞亟議熟葎間華?珊辛參單晒?旺拝峪糞?麼勣孔嬬 -------------------------------------------------------- 云猟竃徭 “鴬垓崛床” 鴬人?萩暦駅隠藻緩竃侃http://sunspot.blog.51cto.com/372554/126810 云猟塘耗坿鷹 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于ó?JavaD′ò???è?àúD?3ìDò£-′ú?? - ±à3ìè???í?的所有评论