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);
天数不以中括号标记,改用颜色,怎么改 展开
2个回答
展开全部
Jtable 的 model.getValueAt ( int row , int column ) ;
可以得到所在行列的值
可以得到所在行列的值
追问
我这里用dayOfWeekInMonth, dayOfWeek确定单元格,但就是不知道为什么改不了前景色
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询