The Java JOptionPane Class
In a previous post I contrasted Java’s message dialog with the message box window that is available to .Net programmers. I also showed how each can be created with just one line of code. In this post my discussion will go a little further and we’ll see how much more useful the JOptionPane class can [...]
Read moreIs there a MessageBox in Java?
Those programmers familiar with Microsoft programming languages and the related programming environments are no strangers to the utilitarian message box available with as little as one line of code. In VB.Net, that line may look like this: ‘ ‘ Displaying a message box. MessageBox.Show("Hello", "my caption", MessageBoxButtons.OK) And when that line executes, you would see [...]
Read moreJava Programming
Recently, I began two software projects that I am undertaking in my spare time for my own purposes. One is a small application in the prototyping stage. The other is a huge enterprise level application currently in the planning and designing stage. Since I am doing this in my spare time, I have the luxury [...]
Read more


