
JDesktopPane and JIntenalFrame in Java: The JDesktopPane is a container primarily used to hold multiple child windows. These sub-windows are mostly realized by JInternalFrame, which we will discuss in more detail in... Read more »

JFileChooser, File, and FileFilter in java A very common use of a dialog box is to save and open files. Hardly any application can do without such a dialog. For this purpose,... Read more »

JColorChooser in java A color selection dialog is provided by the javax.swing.JColorChooser class. The JColorChooser class can be embedded in its own container or appear in its own dialog. It is used for... Read more »

Java Color class: Java Color Class:- In the previous article, we saw that in the abstract class Component methods are provided that allow for Edit the background color of components. These methods... Read more »