use “channel (HIDDEN)” instead of “skip”, otherwise the netbeans will throw exception.
Month: November 2021
validate() in TableCellRenderer affect performance in windows
validate() in TableCellRenderer affect performance in windows, just read the source code of DefaultTableCellRenderer, just override it with empty function body will increase huge performance. Only windows affect this, mac and linux wont.