HighTechTalks DotNet Forums  

conversion of java code to J#

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss conversion of java code to J# in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Colibasi
 
Posts: n/a

Default conversion of java code to J# - 08-19-2005 , 06:26 PM






I would like to have a JTextArea with a background white and text should be
readonly.

The way I tried is something like this:
JTextArea text = new JTextArea();
text.setEditable(false);
text.setBackground(Color.white);

In Java this works ok the backround is set to white.
In J# the background stays grey.

Thanks


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.