This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: HTML Panels vs Swing Panels
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 03, 2012
05:48 AM
HTML Panels vs Swing Panels
Hello,
What are advantages/disadvantages of using the HTML panels over Swing Panels?
Thanks
What are advantages/disadvantages of using the HTML panels over Swing Panels?
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 03, 2012
02:48 PM
Swing offer you greater liberty than HTML, whereas probably HTML Panels are simpler to create.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2012
05:18 AM
Are there any functionalities that we can achieve only with Swing panels but not using HTML panels?
Thanks
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 06, 2012
02:36 AM
Let's take a password validation panel: user has to enter password twice. The validation is done immediately (if password do not match for instance). I'm not sure you can do that in HTML (I think that the support is limited to HTML only, if JavaScript were supported then you might have done it).
