java中JTable如何获取指定单元格内容,就是一个日历,怎样获取当前日期后改变字体属性
JTabletable=tables[month];table.setValueAt("["+day+"]",dayOfWeekInMonth,dayOfWeek);//...
JTable table = tables[month];
table.setValueAt("[ " + day + " ]", dayOfWeekInMonth, dayOfWeek);//当前天数以【】标出 table.setRowSelectionInterval(dayOfWeekInMonth, dayOfWeekInMonth); table.setColumnSelectionInterval(dayOfWeek, dayOfWeek); cardLayout.show(cardPanel, month + " 月"); JButton button = (JButton) buttonPanel.getComponent(month); button.setBackground(Color.GREEN);天数不以中括号标记,改用颜色,怎么改 展开
table.setValueAt("[ " + day + " ]", dayOfWeekInMonth, dayOfWeek);//当前天数以【】标出 table.setRowSelectionInterval(dayOfWeekInMonth, dayOfWeekInMonth); table.setColumnSelectionInterval(dayOfWeek, dayOfWeek); cardLayout.show(cardPanel, month + " 月"); JButton button = (JButton) buttonPanel.getComponent(month); button.setBackground(Color.GREEN);天数不以中括号标记,改用颜色,怎么改 展开
3个回答
展开全部
问得不清楚,是要改变JButton的颜色,还是JButton字体的颜色?遇到什么条件改变?代码格式太乱了,没看懂……
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.setFont()?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
好吧 不会
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询