|
-
February 20th, 2009, 03:30 AM
#3
Re: Is User control possible in java
 Originally Posted by kuruvi
i have to make user control in java like user control in .net.. In my application i have to make an indepedent user control. Any one know the concept user control in java.. i have to make user control in desktop and web. This user control will be used in another application so i want standalone control. please help me
If you write a user control using Swing (as has been suggested) you can use it in any Java application with a Swing based GUI. Your user control will work as an extension of Swing.
As long as you stick with the Java standard library, like Swing, your user control will be as stand alone as can be. Any piece of code written in Java making use of the standard libraries only enjoys full Java portability and thus the maximum level of "standalone-ness".
Last edited by _uj; February 20th, 2009 at 03:34 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|