working on tabs.. now actually working/displaying semi-properly

This commit is contained in:
benfry
2004-06-20 17:13:53 +00:00
parent 4ddd8455aa
commit 6b3f7b82df
6 changed files with 58 additions and 17 deletions

View File

@@ -578,6 +578,7 @@ public class PdePreferences extends JComponent {
static public Color getColor(String name /*, Color otherwise*/) {
Color parsed = null;
String s = get(name); //, null);
//System.out.println(name + " = " + s);
if ((s != null) && (s.indexOf("#") == 0)) {
try {
int v = Integer.parseInt(s.substring(1), 16);