?? coloredcell.java
字號:
/* * (swing1.1beta3) * */package jp.gr.java_conf.tame.swing.table;import java.awt.*;/** * @version 1.0 11/22/98 */public interface ColoredCell { public Color getForeground(int row, int column); public void setForeground(Color color, int row, int column); public void setForeground(Color color, int[] rows, int[] columns); public Color getBackground(int row, int column); public void setBackground(Color color, int row, int column); public void setBackground(Color color, int[] rows, int[] columns);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -