This article is about “How to create new message notification pop up in java?” Example:- First create JFrame to work as pop up. Add some JLabels in it to contain information and assign them at proper location to look like a notification message. A sample code is given below: Output of this will be: Here … Continue reading Create new message notification pop up in Java.
Tag: 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
