As shown by the following example, a program which
displays white text using a custom font will not draw
the text once "jumped".
I've played around with it a bit, and it seems that
while Color(200,200,200) succeeds, Color(250,250,250)
fails. This is exceedingly weird.
import waba.fx.Color;
import waba.fx.Font;
import waba.ui.MainWindow;
public class Delme extends MainWindow
{
Font hebFont;
public Delme()
{
super("tbc ynmz", ROUND_BORDER);
setBackColor(new Color(255, 255, 255));
hebFont = new Font("Hebrew", Font.PLAIN, 14);
setTitleFont(hebFont);
}
}
Nobody/Anonymous ( nobody ) - 2004-08-09 14:32
5
Open
None
Nobody/Anonymous
None
None
Public
|
Date: 2004-09-07 02:32 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| HebrewLarge.pdb | Custom font for example | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 97005: HebrewLarge.pdb | 2004-08-09 14:32 | nobody |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use