Category: Java

Change default title bar in JFrame

This blog contains information about how to change the default boring title bar  of a Java Swing Application and make your application look something like this: The magic is done by following 2 lines: After adding this 2 lines your jframe will look like: This will still work same as title bar but now when you apply … Continue reading Change default title bar in JFrame