Connecting Tech Pros Worldwide Forums | Help | Site Map

Need help for making GUI

Familiar Sight
 
Join Date: Jan 2007
Posts: 149
#1: Jan 6 '09
I am making one call charging software for Serial post PBX.
The GUI I developed is not good looking.
I make the inner functionalty quite good but need suggestions for good-looking GUI.
Any suggestion,backcolor,font etc will be appreciated.


Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,161
#2: Jan 6 '09

re: Need help for making GUI


I myself am terrible with colors and design.
When in doubt "borrow" from a design you like?
Familiar Sight
 
Join Date: Jan 2007
Posts: 149
#3: Jan 6 '09

re: Need help for making GUI


Quote:

Originally Posted by Plater View Post

I myself am terrible with colors and design.
When in doubt "borrow" from a design you like?

Still, suggest anything please :)
Familiar Sight
 
Join Date: Dec 2008
Posts: 202
#4: Jan 6 '09

re: Need help for making GUI


The same main problem for me too, I'll tell you a secret !
I was coding my projects (tiny type of projects) and let my friend Hazim to make the UI, then i began to cheat from him - he knows that - the importance is he was depending on GroupBox and colors like blue and orange weighty.
Anyway i think your UI is cool !
Familiar Sight
 
Join Date: Jan 2007
Posts: 149
#5: Jan 7 '09

re: Need help for making GUI


Thanks, but still i would urge all of u to please help me.
It's not only about the colors, it's also about the position of controls, the type of controls i have used.
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#6: Jan 7 '09

re: Need help for making GUI


There is some help for us guys.Jakob Nielsen's heuristics. Explained a bit more here. Slightly contradictory but they are a good start.
nukefusion's Avatar
Expert
 
Join Date: Mar 2008
Location: Essex, UK
Posts: 197
#7: Jan 7 '09

re: Need help for making GUI


Well, unfortunately I'm not a design guru either and when I had similar issue quite sometime ago I just bit the bullet and invested in a very good third-party control toolkit with skinning capability. That kind of solved all my problems regarding control types and eye-candy very quickly.

You say you would like any suggestion though, so one thing I think I would change first if it was me, is the border style of your pop-up form. I would probably use a Tool Window border, rather than having it borderless. I don't think it's distinguishable enough from the controls behind it at the moment, but maybe that's just me.

The rest of it looks like a good start to be honest. You haven't got an awful lot of controls on the form so there's not much else you can do with it at the moment.
uogen's Avatar
Newbie
 
Join Date: Jan 2009
Posts: 18
#8: Jan 7 '09

re: Need help for making GUI


hi ,all

you can put picture to explain your project and write small comment in the middle by bold font with quit color such as(blue ,rose,red,.....etc) but the color must be suitable with the color in your picture, font is big,make the name in the left but leave smallspace then put text box,add button put first and under it put cancel (name,add,cancel)with the same color (blue)and make the back ground for all is white ,

Regards,
uogen
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#9: Jan 7 '09

re: Need help for making GUI


The problem with user interfaces is that where you prefer blue, someone shall surely prefer yellow.
The good news is that the solution is simple to specify. The best interface is one where the user can decide how they want things to appear.
The bad news is that implementing user configurable interfaces is complex, tedious and seems to gain very little.
See my swing article for a few pointers. Ignore any Java specific stuff in there of course.
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,161
#10: Jan 7 '09

re: Need help for making GUI


The reason Blue is so highly used is because it is considered a neutral color. It does not cause stress on the eyes the way a Red or a Yellow would. It contrasts well with a number of other colors.
Find someone who is artsy, or at least good with color theory to help you with color scheme. Then find someone who has no concept of your software and ask them to review it. They will be able to give you a better idea of where buttons would be usefull, etc, etc
Familiar Sight
 
Join Date: Jan 2007
Posts: 149
#11: Jan 9 '09

re: Need help for making GUI


Thanks plater,uogen,nukefusion,r035198x,baseem. :)
More suggestions are always welcome.

Nice suggestion about dialog border style, Nukefusion.

Here is the update so far.


uogen's Avatar
Newbie
 
Join Date: Jan 2009
Posts: 18
#12: Jan 9 '09

re: Need help for making GUI


hi,all
the interface is very simple , try to put something attract the user as picture ,you can make themes by using frontpage
i hope this help you
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#13: Jan 9 '09

re: Need help for making GUI


Actually, in my opinion, simple is good.

I like that interface. It's not flashy or jumbled, it's clean and efficient.

I might use the "Control" color as the background instead of white. That way, there's not as sharp of a contrast. Also, it changes to whatever the user sets as their system color.
Reply