JAVA2EVERYONE
Alhamdulillah. This is a blog of all digital works by Mohd Anis Bin Azinan (Since 2008).
Close JWindow using button
›
Source code below will show you how to exit a JWindow using a button. **********************************************************************...
Set JWindow background color
›
Source code below will show you how to change JWindow background color. If we directly use setBackground method for JWindow, it seem it'...
Put component into JWindow
›
Source code below will show you how to add a component into JWindow. In this case we will use button as component that we want to add into J...
What is a JWindow ???
›
A JWindow is a container that can be displayed anywhere on the user's desktop. It does not have the title bar, window-management buttons...
Create a JWindow
›
********************************************************** COMPLETE SOURCE CODE FOR : CreateJWindow.java ***********************************...
Borderless window
›
Source code below will show you how to create borderless window in java. ***************************************************************** C...
Create window without title bar and window management button
›
In java, we can use JWindow to create window without title bar and window management button.
Get all display mode
›
Source code below will display all display mode in your computer include their width, height, refresh rate and bit depth. ******************...
Determine thread hold synchronized lock in java
›
Source code below will print true if current thread hold synchronized lock for current object and print false for otherwise. ***************...
Put image as jframe background
›
Put image as jframe background bg.jpg Source code below will make a jframe with bg.jpg as it's background image. ***********************...
‹
›
Home
View web version