RE: how to resize the components in JFrame dynamically

2001-01-23 Thread Harkishin Nachnani
Try to use Layout managers like BorderLayout,Flowlayout..It will take care of the location -Original Message- From: Hari Ram Bathina [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 3:34 PM To: [EMAIL PROTECTED] Subject: how to resize the components in JFrame dynamically hello

Logging in Java

2001-02-02 Thread Harkishin Nachnani
Hi all: I have created a front-end user interface in Swing which communicates with the middleware server. Till now I was using "System.out.println()" statement for debugging but since we have to ship the product, I have to remove all the print statements and instead log all the messages in a log

System Clipboard

2001-02-08 Thread Harkishin Nachnani
Hi all I have an application in which I need to copy some data into the clipboard. This data is a part of the string: "key1=value1|key2=value2|key3=value3". So basically I want to copy "value1" to the clipboard. I have a String Tokenizer on "|" and "=" The strange part is that it shows me a

RE: multi-lined labels?

2001-07-05 Thread Harkishin Nachnani
Use HTML Example: html line one br line two /html -Original Message- From: alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 1:36 PM To: [EMAIL PROTECTED] Subject: multi-lined labels? Is there a way to create a JLabel with text that breaks across multiple lines? Thanks,

RE: multi-lined labels?

2001-07-06 Thread Harkishin Nachnani
He Greg: thats sounds like a good idea...Can you throw some light on the JTextArea method ??? Regards, Harkishin -Original Message- From: Greg Munt [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 5:30 AM To: Harkishin Nachnani; alex; [EMAIL PROTECTED] Subject: Re: multi-lined