1 Attachment(s)
Is it Possible to create a Modal Like This in Swing Application....
I want a simple example to create a swing application with a modal like this image..
Attachment 3625
Give me example code for that..
:8):
Thanks...
Re: Is it Possible to create a Modal Like This in Swing Application....
Quote:
Originally Posted by
mcajavaprogramer
Give me example code for that..
Please don't mistake a forum for a code factory.
That said, I'll give you something better than an example code; I'll give you a link to a tutorial where you can learn all about solving your problem.
How to Make Dialogs (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
Are you through with your vague question about JInternalFrame and databses and the several threads you started and didn't get back to? not the best way to continue to get free help on a forum, that.
db
Re: Is it Possible to create a Modal Like This in Swing Application....
Quote:
Originally Posted by
DarrylBurke
Please don't mistake a forum for a code factory.
That said, I'll give you something better than an example code; I'll give you a link to a tutorial where you can learn all about solving your problem.
How to Make Dialogs (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
Are you through with your vague question about JInternalFrame and databses and the several threads you started and didn't get back to? not the best way to continue to get free help on a forum, that.
db
I Solved that Question About JInternal Frame & Databases..
some tools Helps me for that....
now want to used Modal with one small application...
Re: Is it Possible to create a Modal Like This in Swing Application....
So go through the tutorial, and ask a specific question about anything you don't understand.
db
Re: Is it Possible to create a Modal Like This in Swing Application....
of course u can create the same model by using swing i will tell u in short if it doesnt work 4 u then i will try to give u coding next time
i hope that u know to create frame what u need is two label which is modal title, modal message then u can use 2 text areas and five buttons as u needed and use JOption pane class to create a dialogue box.
Re: Is it Possible to create a Modal Like This in Swing Application....
Quote:
Originally Posted by
lalu
of course u can create the same model by using swing i will tell u in short if it doesnt work 4 u then i will try to give u coding next time
i hope that u know to create frame what u need is two label which is modal title, modal message then u can use 2 text areas and five buttons as u needed and use JOption pane class to create a dialogue box.
1. Use proper words. This is a programming forum, not SMS chat.
2. It's already been said in this thread that this is a forum, not a code factory. Don't deny members who ask questions the opportunity to learn. Any unwarranted full code solutions are likely to be removed by the moderators.
db