Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

tjw09003

macrumors newbie
Original poster
Feb 11, 2010
13
0
I tried searching the forums for this but couldn't find anything, or I'm just bad at searching :p

I like java because I have control over how a window looks. Is this possible in Xcode interface builder or do I have to conform to the OSX leopard style?

For example change the background color and use graphic buttons.
 
In general it requires some effort to change Cocoa control appearance. This is very intentional on Apple's part, since it means they can update the UI without making existing apps look too out of place.

Also, to be honest, most programmers are absolutely terrible designers, so it's for our own good ;)
 
I would say have a look through the Apple development docs fo NSWindow. There are a few methods for changing the background of the window etc. at run-time.

Graphic buttons are quite easy, have a look through my posts and you will find that I asked how to use an image as a button. Quite easy when you get the hang of it :D.

Stephen
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.