Two Laptop Bag
The moose likes Swing / AWT / SWT / JFace and the fly likes Customize JTable in NetBeans GUI Builder Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "Customize JTable in NetBeans GUI Builder" Watch "Customize JTable in NetBeans GUI Builder" New topic
Author

Customize JTable in NetBeans GUI Builder

qunfeng wang
Ranch Hand

Joined: Jan 28, 2005
Posts: 360
I want to:
1 Change the column title
2 Customize some cell's renderer

It seems I have to write a TableModel and Cell Renderer for it. But What I really want to do is just prototypeing the GUI to communicate with markting. I originally think NetBeans GUI Builder is a good tool to do this job.


To be or not to be. It's a question.
Freddy Wong
Ranch Hand

Joined: Sep 11, 2006
Posts: 959

Yes, I believe you can do that in NetBeans. Click on the JTable properties and then click on the Model.


SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
 
IntelliJ Java IDE
 
subject: Customize JTable in NetBeans GUI Builder
 
Threads others viewed
Netbeans: Problems with Database Connections
My app inactive obtain the focus of windows system how?
add custom Jtable to GUI Builder How?
GridBagConstraints Problem
How to paints multiple panels using NetBeans GUI builder.
IntelliJ Java IDE