int charHeight;\r
int charWidth;\r
int wrappedWidth;\r
- Font font = new Font("SansSerif", Font.PLAIN, 10);\r
+ Font font;\r
AlignmentI alignment;\r
ColumnSelection colSel = new ColumnSelection();\r
int threshold;\r
\r
autoCalculateConsensus = Cache.getDefault("AUTO_CALC_CONSENSUS", true);\r
\r
+ padGaps = Cache.getDefault("PAD_GAPS", false);\r
+\r
String fontName = Cache.getDefault("FONT_NAME", "SansSerif");\r
String fontStyle = Cache.getDefault("FONT_STYLE", Font.PLAIN + "") ;\r
String fontSize = Cache.getDefault("FONT_SIZE", "10");\r