Recent Posts

How to center a JDialog over a JFrame in Swing

less than 1 minute read

I always thought that the fact that JDialogs accepted a parent frame as a constructor argument was the thing, that would make the dialog’s position relative ...

Accessing the menu bar in Emacs

less than 1 minute read

Have you ever been wondering how to access the Emacs menu bar, when using Emacs in console mode? The answer is easy - press F10 or type M-x menu-bar-open(bot...

Using Xerox Phaser 3117 on Fedora

less than 1 minute read

The driver selected by default by Fedora 11 is not appropriate for Xerox Phaser 3117 - it will not print with it. However there is a very easy solution to th...

Mofidy JVM parameters for JBoss AS

less than 1 minute read

Most people have been in a situation requiring them to change one or more of the parameters passed to the JVM on top of which JBoss AS is running. For instan...