Wednesday Jun 14, 2006
Wednesday Jun 14, 2006
You asked--we delivered. The PDF versions of the Java Studio Creator tutorials are here! Cindy Church converted all of the 44 published tutorials and compressed them into ZIP files that align with the categories on the tutorials index page. For example, the GetStarted.zip file contains: Getting Started With Sun Java Studio Creator, Developing a Web Application, and Using the Java Editor
The hyperlinks work within each PDF file. Cindy added page numbers and formatted the files with wide margins so you can add the printed document to a binder or write notes in the margins. We thank our PDF early reviewers for their comments on the early iterations of our PDF files. If you have any questions or comments about the PDF files, please use our Feedback Form
How i make a master detail paint for example 2 tables:
The upper table is department
The down table is employ
Tanks
Posted by Pablo on August 28, 2008 at 04:53 PM PDT #
Hello Pablo,
It has been over a year since I did any VWP component programming, so I have forgotten a lot.
You might want to look at http://blogs.sun.com/divas/entry/coordinated_drop_down_lists. You are using the same basic principles. For example you might have a radio button in the master table. When they click that, it redraws the detail table. See http://blogs.sun.com/divas/entry/radio_buttons_in_tables for determining which row was clicked.
If you need more help, you can write to the nbusers mailing list. See http://www.netbeans.org/community/lists/top.html.
Posted by 66.75.106.48 on August 28, 2008 at 05:18 PM PDT #