no fonts
Status: Alpha
Brought to you by:
andi
so what is supposed to happen if liftoff can't load
the font it needs ?
I get lots of blank windows in the jython installer
(I'm using solaris). I can't read the licence
agreement, and I can't choose which directory I want
to install into (well theoretically I can, but I cant
see what I'm typing).
<slightly confused>
-will
Logged In: YES
user_id=188060
I changed the following classes so the fonts would show up
in the Unix environment. Right now they are there but you
can't see them.
ClasspathCard.java
DestinationCard.java
FileSelect.java
LicenseCard.java
ReadmeCard.java
Change: added .setForeground(Color.black)
where .setBackground(Color.white) is located