Select Page
The BorderLayout Manager

The BorderLayout Manager

The BorderLayout Manager The BorderLayout manager divides a container into five regions. The regions are north, east, south, west and center. The BorderLayout is a default layout for window objects suchs the JFrame, JWindow, JDialog, JInternalFrame etc. Template of...
What is Abstraction in Java?

What is Abstraction in Java?

What is Abstraction in Java? Abstraction lets you focus on what the object does instead of how it does it. It focuses on just what is important, not any boring details. nanadwumor  comment(s) Abstraction is a process of hiding the implementation details of something...
The dl tag, the definition list, in HTML5

The dl tag, the definition list, in HTML5

The dl tag, the definition list, in HTML5 The <dl> tag is used in conjunction with two other tags. These are and <dt> which means data term  and <dd> which means data definition or description.  comment(s) The <dl> is a definition or...