Hi. All,.,
 
Is it possible to give the different colors for the same DefaultMutableTreeNode in a JTree
like PANYAM [192.9.202.6].,,
 
and for the Table Cell data  like PANYAM [192.9.202.6].,,
 
if there is any easy work around pl let me know.,
 
Thanks in advance
 
panyam
 
 
 
 
 
 
 
----- Original Message -----
From: Neil Thorne <[EMAIL PROTECTED]>
To: 'Panyam Krishna Murthy' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, May 17, 2001 03:13 PM
Subject: RE: Fixing the JTable coloumns in JScrollPane

http://www2.gol.com/users/tame/swing/examples/SwingExamples.html

it's in there somewhere.

regards,
Neil

-----Original Message-----
From: Panyam Krishna Murthy [mailto:[EMAIL PROTECTED]]
Sent: 17 May 2001 10:31
To: [EMAIL PROTECTED]
Subject: Fixing the JTable coloumns in JScrollPane


Hi.,

Is there any way to fix the first coloumn of the JTable fixed in a
JScrollPane so that if i scroll the table horizontally then first coloumn
should not move but all other coloumns should move .,

Thanks in Advance

panyam
----- Original Message -----
From: Tim Gordon <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 12:57 AM
Subject: RE: Mr. Bean


Yeah, I got something similar.

Using the jar executable actually gives you a manifest that Forte4Java will
reject (or at least, it wont recognise the jar as containing a bean). I had
some success

I got around this by using pkzip and a hand-crafted manifest.mf in the end -
the compression formats are compatible.

If anyone really knows what we're doing wrong with the jar executable (ie
they've personally got it to work with both the beanbox and Forte, not what
they think should really happen) then I'd also be interested to know.

Tim

PS The .mf should really look like this. If you follow the format
explicitly, it definitely works.

-------
Manifest-Version: 1.0

Name: mypointlessbean/mypointlessbean.class
Java-Bean: True
-------

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: 11 May 2001 21:38
To: [EMAIL PROTECTED]
Subject: Mr. Bean









Hi,

     This is one of those incredibly stupid questions, but here goes...

     I jar up a java bean with the following command line:
jar cfm mypointlessbean.jar MyPointlessBean.mf mypointlessbean

     Everything gets packaged OK, but beanbox hates it.  I don't blame it.
When I  extract the META-INF/MYPOINTLESSBEAN.MF it doesn't look right.
it is only three lines and contains no signatures:
     Manifest-Version: 1.0
     Created-By: 1.3.0 (Sun Microsystems Inc.)
     Name: mypointlessbean/MyPointlessBean.class

     Anyone into beans, I would appreciate any help!
-KC


P.S. Here's some more info on the problem...

I have a directory structure as follows:
/MyPointlessBean.mf
/mypointlessbean/MyPoinlessBean.class

MyPointless bean looks like:
package mypoinless bean;
public class MyPoinlessBean extends javax.swing.JPanel
                    implements java.io.Serializable{
     public someMethod() {}
};

My manifest file looks like:
Manifest-Version: 1.0
Name: mypointlessbean/MyPointlessBean.class
Java-Bean: True







_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing


**********************************************************************
This email is intended only for the addressee. This email
and any files transmitted with it may contain confidential
or privileged information. If you are not the named
addressee or the person responsible for delivering the
message to the named addressee, please contact
[EMAIL PROTECTED]

This email has been scanned by MAILsweeper.
**********************************************************************

Reply via email to