Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > White Border in Frames in Linux Java?

Reply
Thread Tools

White Border in Frames in Linux Java?

 
 
Rene Schmidt
Guest
Posts: n/a
 
      01-17-2005
AWT-Frames in Java for Linux have a strange white border, several pixel
wide. This looks ugly. Can it be avoided?


 
Reply With Quote
 
 
 
 
Thomas Fritsch
Guest
Posts: n/a
 
      01-17-2005
Rene Schmidt wrote:
> AWT-Frames in Java for Linux have a strange white border, several pixel
> wide. This looks ugly. Can it be avoided?
>
>

I don't have this behaviour on my platform (Java 1.4.2_05, Linux SuSE,
KDE2-WindowManager) when trying it with:
import java.awt.*;
public class Test {
public static void main(String args[]) {
Frame frame = new Frame("Test");
frame.resize(300, 300);
fram.show);
}
}
What platform do you have? I would suspect a problem with your
XWindowManager, or with your java code.

--
"Thomas:Fritsch$ops:de".replace(':','.').replace(' $','@')

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
border-color: #003366; border-width: 2px; =?UTF-8?B?TWFydGluIFDDtnBwaW5n?= HTML 64 07-30-2006 04:01 PM
Drop Down List Border Width vs Text Box Border Width Coder ASP .Net 1 06-24-2006 01:27 PM
row bottom border in inner table not matching up with row border in outer table phl HTML 1 06-08-2006 03:43 PM
Datagrid Border showing when I say no border tshad ASP .Net 0 01-31-2005 05:40 PM
Again: White border in Linux Java? Rene Schmidt Java 1 01-18-2005 06:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57