473,487 Members | 2,448 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to add GUI to aplication?

6 New Member
Is there any easy way to add Graphical User Interface to java aplication? and make it look like applet? so I dont need to rewrite all the code. Thank you
Nov 5 '07 #1
1 1190
JosAH
11,448 Recognized Expert MVP
Is there any easy way to add Graphical User Interface to java aplication? and make it look like applet? so I dont need to rewrite all the code. Thank you
You just hit the MVC pattern on its head. If you have cleary separated your M
(the Model, i.e. the data part) from your V (the View), your C (the Controller)
can easily handle another View part.

Most likely you didn't strictly implement an MVC pattern (Scanners all over the
place, reading from the console, class objects reading their own data etc. etc.)
and you do have to rewrite some code. Don't blame yourself though because
nobody gets that MVC pattern right as just an afterthought. It has to be part of
the design from the start.

kind regards,

Jos
Nov 5 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1190
by: soul | last post by:
I'm making a simple 3D engine writen in pyOpengl.I need to put the cursor in the middle of a aplication window and ocult it. How i can do this? Thanks a lot Soul
0
556
by: ceteris | last post by:
una consulta: puedes instalar Oracle Real Aplication Cluster sobre HP-UX¿¿
7
388
by: Marek | last post by:
Whe i'm running my .net aplication from share on other server, i've got an error. Can someone explain what i must do? Unhandle exception:System.Security.SecurityException: Permission demand type...
0
1109
by: Szaki | last post by:
Hello I have a aplication who connect with my databases (sql server 2000). I want to do a loggin to this aplication, becouse I have constatns login in this time. I have: Dim myConnectionString...
0
894
by: adam | last post by:
Hi there! I have to create some asp.net aplication in C# (e.g. very simple shop). I'm using Web Matrix and MSSQL server. Have you got any tutor which shows mi step-by-step how to do it. TIA Adam
2
1219
by: Shapper | last post by:
Hello, Is it possible to change culture at aplication level? I am using this to get the current culture at application level: Response.Write(CultureInfo.CurrentCulture.Name) Thanks, Miguel
1
4391
by: savvaschr | last post by:
Hello Is there a command or a way to have a vb.net aplication run in the notification area of the taskbar toolbar? I have a vb.net aplication and i want it after loading to minimize and to...
1
1736
by: sivam.solai | last post by:
hai i have My Asp.net Project in C:\AspNetproject AspNetproject have To sub Folder. 1) Forums and 2) users Exe : C:\AspNetproject\Fourms Exe : C:\AspNetproject:\users The Fourms...
5
1460
by: fanor | last post by:
I have a windows aplication and i would like to send email. Does anyone one know what is the yahoo server??? TIA PD: my aplication is in VS 2005 and c#.
1
1418
by: KF4fun | last post by:
Recently i am being given a windows aplication which was made using VB.net . I was asked to remake the windows aplication but i found it quite hard to do so because i am new to VB.net . The codes...
0
7108
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6967
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7181
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6847
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
4565
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3078
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1383
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
272
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.