Archive for May, 2008



Serializing Java Code Like data, how cool would that be?

Thursday 29 May 2008 @ 11:11 am

Here’s a thought, a possibility and a question for you, all based on the question “What if you could Serialize java code, like data”?
Continue Reading »
Serializing Java Code Like data, how cool would that be?




Security Manager

Thursday 22 May 2008 @ 7:16 pm

  The Security Manager in Java determines if any given sensitive operation is unsafe or safe under the current context and circumstance. Let’s see what are these sensitive operations and how the Javas internal API Uses Security Managers to provide Security

Continue Reading »
Security Manager




Creating a Custom Border

Tuesday 20 May 2008 @ 2:52 pm

In the last article, I showed the use of borders and how you can use the BorderFactory class to create one of the predefined Borders. Now, what if none of the Java-supplied Borders meet your needs?
Continue Reading »
Creating a Custom Border




Borders Line,Etched, Matte and Beveled

Monday 19 May 2008 @ 12:40 am

  Borders in Swing are very useful not only for adding simple border lines to a component but also to add titles, create bevel effects and adding spaces around components. Almost all Java Components [with the exception of Labels and Panels] create there own borders in most Look and Feels.
   In this post, let’s check some of the predefined borders provided by Swing and how to create and use them.
Continue Reading »
Borders Line,Etched, Matte and Beveled




Accelerator/Mnemonic Keys in Swing

Friday 16 May 2008 @ 2:34 pm

  Creating Accelerator (or Menmonic) Keys in Swing in easy, but a little tricky. This article explains how you would do that

What are accelerator Keys?
   Try pressing alt+d, in your browser now, it will take you to the link bar. This means that the link bar has an Accelerator Key of ‘d’. In your Swing application, you can have any Component have an Accelerator key. This article teaches you to create an application as below
Accelerator Keys in Swing








Popular Articles

Blog Categories

Monthly Archives

Resources