Search found 4 matches

by blackdream1997
Thu Jul 01, 2004 8:47 pm
Forum: General
Topic: my textpad can not find file in the same folder
Replies: 1
Views: 234

my textpad can not find file in the same folder

I saved two classes in two files in the same folder, the first file needs to call the second file's class, but it seems like my textpad can not recognize that both files are in the same folder. when I ran the first file, it said second file's variable(which is used in first file, which is also ...
by blackdream1997
Sat May 15, 2004 2:46 pm
Forum: Java
Topic: how do I get rid of grid line in GridBagLayout?
Replies: 1
Views: 428

how do I get rid of grid line in GridBagLayout?

I wanted to use Textpad ran AbsoluteLayout, but I've been told that it is impossiblem, so I have to use gridbaglayout, to be able to make it look like AbsoluteLayout, I have to get rid of the grid line, does anyone has any idea how to do that? or does anyone know if there is a alternative to the ...
by blackdream1997
Sat May 15, 2004 4:11 am
Forum: General
Topic: How do I set color for the text in Textpad?
Replies: 1
Views: 294

How do I set color for the text in Textpad?

My textpad(472) used to color text(java file) by default, now it turns all text into black, I went to configuration-->preference-->click on"+" on class documents-->java-->color--> foreground color-->default-->apply but the text color is still not changing. I have also reinstalled the textpad, still ...
by blackdream1997
Sat May 15, 2004 4:05 am
Forum: Java
Topic: how do I import library for AbsoluteLayout in Textpad?
Replies: 1
Views: 347

how do I import library for AbsoluteLayout in Textpad?

I can only use Absolutelayout in Netbeans,
because it uses some specific library,
can I configure Textpad to ran AbsoluteLayout?