Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Design a Form and Report

993754Feb 27 2013 — edited Feb 27 2013
Hi All
I am new in Java, I want let the user design the data input form and save in external file like XML or TXT file or internal in database after that he can retrieve by name and enter data by using this form also I want let the user to design the report at the same manner.
Note : the program must create a table according to the form design by user to enter data in it

Actually, there is option in C# .NET to do that using :-
using System;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.ComponentModel.Design.Serialization;
using System.Diagnostics;
using System.Collections;
using System.Windows.Forms;
using System.Reflection;

Thanks
finestraco
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2013
Added on Feb 27 2013
1 comment
1,250 views