The Artima Developer Community
Sponsored Link

Java Buzz Forum
Pixel Pushing: Perfection With Java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Pixel Pushing: Perfection With Java Posted: Jun 7, 2005 1:50 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Pixel Pushing: Perfection With Java
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Johnathan describes the level of detail us UI developers go to in the never ending quest to make things perfect.

Pixel Pushing
Building a graphical interface is hyper-detailed, laborious work. A server-side or non-graphical component can usually get by fixing an interface that needs a little reworking "in the next release." Graphical interfaces simply don't have that option. This is because any detail left unattended is displayed in plain sight to the users of our applications. Adjacent borders, buttons and text have to line up to the pixel--otherwise, the interface simply looks sloppy. And we, as graphical interface developers, need to strive to make interfaces that don't look sloppy.

With that in mind, we are going to focus on the nitty-gritty, pixel-level details of a graphical interface. In this article, we'll copy a native operating system icon in Java code and explore some tools and process that can help you get used to working in the pixel-pushing world.

Read: Pixel Pushing: Perfection With Java

Topic: Anti-Pattern: Design by Metaphor Previous Topic   Next Topic Topic: Help Sun Polish Synth

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use