alignment

Clean, minimalist web design examples

As I mentioned in my clean, minimalist Drupal themes article, I've been thinking about remodeling my website about living in Alaska (OneMansAlaska.com) to a much cleaner and lighter theme, and to that end, I've been browsing the internet, looking for clean, minimalist web design examples.

I really like some of these website design ideas, and in my copious spare time I'm trying to figure out how each one might work with the OneMansAlaska.com website.

Java JTextField FAQ - How do I right-align a JTextField?

Java JTextField question: How do I right-align the text in a JTextField?

Short answer:

myTextField.setHorizontalAlignment(SwingConstants.TRAILING);

Long answer: I need to look at this some more to understand the difference between the alignment constants in SwingConstant and the alignment constants in JTextField.

Syndicate content