Home Tutorialhelp Comment why did we not use ContentPane

 
 

Comment

abbu
why did we not use ContentPane,
August 4, 2009 at 9:18 AM

Here if we click on the frame and not the button even then the dialog box is being displayed.
Why use the button?
Insted could we not add content pane and then add the button so that the dialog box is displayed only when the button is pressed.
View All Comments | View Tutorial
Related Tutorial and Articles
Java Beginners

why we use design patterns in java?Example?
why we use design patterns in java?Example?  Hi..... Why we use design patterns?,why they are needed in programming languages?,advantages?   hi friend, please go through the following links may this will be helpful 

Java Beginners

why we use abstract class in java?
why we use abstract class in java?  what is the the purpose of abstract class.Give example when to use abstract and when use interface 

Java Beginners

why we use constructors instead of methods in java?
why we use constructors instead of methods in java?   why we use constructors instead of methods in java 

Hibernate Interview Questions

Why do we use ORM?
Why do we use ORM?  Why do we use ORM?   ORM is technology... programming. In ORM we define the way of mapping of classes to table and also define the mapping of which property for which column. In ORM we can use plain java 

Java Beginners

why and where we use setter and getter methods in java, please give me one example program.....
why and where we use setter and getter methods in java, please give me one example program.....  why and where we use setter and getter methods in java, please give me one example program 

Java Beginners

Why we should use string args[] in main method in java?
Why we should use string args[] in main method in java?  we use only string in the main method not any other one.. specify the reason... and tell me...;By running a program at a command line we can pass some arguments 

Swing AWT

Use of Hyperlink in Swing - Swing AWT
is: Is it possible to use Hypelink in java Swing. Please Help. Regards...Use of Hyperlink in Swing  Hi, We are developing the UI using the Java Swing and I have to create Hyperlink in the JTable cell so that if the user 

Java-Tutorials

Java Swing : JFrame Example
Java Swing : JFrame Example In this section, you will learn how to create a frame in java swing. JFrame : JFrame class is defined in javax.swing.JFrame..... getContentPane() : It returns object of contentPane for your frame. getRootPane 

Java Tips and Examples

ContentPane or Content Pain?
Java NotesContentPane or Content Pain? JFrames (and your subclasses... the one which makes you most comfortable. Use getContentPane for every...(...); content.add(...); . . . this.setContentPane(content); Why don't 

Java Beginners

Why bufferedreader is used in java?
Why bufferedreader is used in java?  Hi, What is the use of BufferedReader class in Java? why bufferedreader is used in java? It will be great if anyone can give me the example code of BufferedReader class in java. Thanks 

XML Tutorials

Why XML?, Why XML is used for?
Why XML? In this section we will understand the importance of XML and see Why XML is so important these days. We will also see the different usages of XML... the structured data into XML files. There are various uses of the XML files. Why XML 

Java Server Faces Questions

JSP Parse did not work - Java Server Faces Questions
JSP Parse did not work  I have these codes: =========================================================================== index.jsp: "Poor... ========================================================================== Then, I want to use another.jsp file say output.jsp 

Core Java

Why and how to use Integer.parseInt() in java
Why and how to use Integer.parseInt() in java. Integer.parseInt() method... keyboard, then we have to use a method parseInt(). Example: How to use... into the Integer. In  java , we know that everything treated as  String 

PHP Tutorial

Why PHP ?
Why PHP? Reasons to use PHP are given below: 1.    PHP is open source, free to download and use : PHP is free and you can download... is it supports a wide variety of database and it can be use with any database like:  

Java Interview Questions

Which java collection to use in scenario below and Why?
Which java collection to use in scenario below and Why?  I want to store thousands of record in a collection and later I want to search. For best and optimized results, which collection will I prefer 

Java Beginners

why my keyevent not function ? - java swing -
why my keyevent not function ? - java swing -   import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import 

Java Beginners

why my keyevent not function ? - java swing -
why my keyevent not function ? - java swing -   import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import 

Swing AWT

Swing
Swing  Write a java swing program to search the details of the students. Searching is performed on studentā??s first name. The details of all those... in a table. Use JDBC 

Swing AWT

Swing
Swing  Write a java swing program to search the details of the students. Searching is performed on studentā??s first name. The details of all those... in a table. Use JDBC 

Swing AWT

Need Help with Java-SWING progrmming - Swing AWT
Need Help with Java-SWING progrmming  Hi sir, I am a beginner in java-swing programming. I want to know how we can use the print option...://www.roseindia.net/java/example/java/swing/Print.shtml Thanks 

Hibernate Questions

why to use hibernet vs jdbc
why to use hibernet vs jdbc  plz send me the reply   Hi... specific 2) Hibernate is a set of Objects so there is no use of sql whereas in JDBC there is a use of SQL. 3) As Hibernate Supports two level of cache, you 

Programming Tutorials

Java Swing Card Layout
Java Swing Card Layout Java technology uses Layout Managers to define... SpringLayout Here we are going to discuss CardLayout. It is a space saving... CardLayout cl; public CardLayoutExample() { setTitle("Card Layout Example 

Swing AWT

use of plugins - Swing AWT
use of plugins  hi dear i m making a project on java swing .i needed a plugins for search buttons........  https://swingexplorer.dev.java.net/tips.html Thanks 

Java Beginners

for writting java program why we are taking more than one class
for writting java program why we are taking more than one class  for writting java program only one class is enough but why we are taking more than one class 

General

Java Swing Tutorials
with the use of graphics in Java. For this we have to import awt and swing package in our... and you can use it in your program. Java Swing tutorials first gives you brief... that you can use in your swing applications, example of each type 

SQL Question

Why we use Semicolon after SQL Statements?
Why we use Semicolon after SQL Statements?  Why we use Semicolon after SQL Statements?   Hi, Some database systems require a semicolon at the end of each SQL statement.The semicolon character is a statement 

Struts Questions

why we use struts framework instead of springs
why we use struts framework instead of springs  why we use struts framework instead of springs    It depends upon your application requirements.In some cases spring is better and in some cases struts is better 

Programming Tutorials

EJB, Enterprise java bean- Why EJB (Enterprise Java Beans)?
Why EJB (Enterprise Java Beans)?        Enterprise Java Beans or EJB... certain requirements. For example, writing a banking application, we might want 

Java-Tutorials

Swing Applet Example in java
Java - Swing Applet Example in java       Introduction In this section we will show you about using swing in an applet. In this example, you will see that how resources of swing 

Java-Tutorials

Java Swing : JButton Example
Java Swing : JButton Example In this section we will discuss how to create button by using JButton in swing framework. JButton : JButton Class extends... property to a value according to present look and feel. Example 

Java Beginners

arrays,why we cannot use this statement
arrays,why we cannot use this statement  import java.util.*; class Dash{ public static void main(String args[]){ int x0=100; int[] x1=new int[3]; int[][] x2=new int[3][3]; int[][][] x3 

Java Beginners

arrays,why we cannot use this statement
arrays,why we cannot use this statement  import java.util.*; class Dash{ public static void main(String args[]){ int x0=100; int[] x1=new int[3]; int[][] x2=new int[3][3]; int[][][] x3 

Swing AWT

java swings - Swing AWT
. http://www.roseindia.net/java/example/java/swing/draw-simple-bar...java swings  I am doing a project for my company. I need a to show the performance of the employees by using bar bharts. Please give me how can we 

Swing AWT

Date picker in Java Swing
, I want Time Picker In java swing desktop application. In time picker we can... in need of Time Picker just like the Date picker available in java Swing. Kindly... link: Java Date Time Picker Example   Hello Sir, Thank 

Java Beginners

java swing.
java swing.  Hi How SetBounds is used in java programs.The values in the setBounds refer to what? ie for example setBounds(30,30,30,30) and in that the four 30's refer to what 

Web Services

Why Web Services?
Why Web Services? In this section of WebServices tutorials series we will understand why Web Services are developed and what are the benefits of using... services. For example VB or .NET application can talk to java web services and vice 

Swing AWT

java swing - Swing AWT
: http://www.roseindia.net/java/example/java/swing/ Thanks...java swing  how to add image in JPanel in Swing?  Hi Friend, Try the following code: import java.awt.*; import java.awt.image. 

Swing AWT

java - Swing AWT
java  how to use JTray in java give the answer with demonstration or example please 

Core Java

Java Swing Set And Get Values
to use setter and getter method in Java Swing. Example Here I am giving a simple example which will demonstrate you about how to use setter and getter...Java Swing Set And Get Values In this tutorial we will learn about how to set 

Swing AWT

scrolling a drawing..... - Swing AWT
information. http://www.roseindia.net/java/example/java/swing/use-canvas... is dynamic and hence there is no fixed size, that's why i need to make 

Java Beginners

Java swing code - Java Beginners
in Swing. We have a huge amount of good examples on JTable here. http://www.roseindia.net/java/example/java/swing I hope this would be helpful to you...Java swing code  How to set a font for a particular cell in JTable 

SQL Question

why we use ^ operator in sql, and what is the meaning of that operator?
why we use ^ operator in sql, and what is the meaning of that operator?  why we use ^ operator in sql, and what is the meaning of that operator 

Java3D Questions

SWING
SWING  A JAVA CODE OF MOVING TRAIN IN SWING 

Java Beginners

Java swing
Java swing  Design an appliaction for with details such as name,age,DOB,address,qualification and finaly when we click the view details button all types details should be displayed in another View in TextView's..I need the sample 

Java-Tutorials

Java Swing : JLabel Example
In this tutorial, you will learn how to create a label in java swing 

PHP Tutorial

Why would we want a Database?
Part-3 : Why would we want a Database? Most of the beginners are asking this question why do we need database in our application or program. They don't know... language.  Let's see some of the example of MySQL and PHP : 1. The Banner 

Java-Tutorials

Show Dialog Box in Java
or numeric values but now in the swing application we can use JOptionPane to show... Show Dialog Box in Java - Swing Dialogs   ... messages to the user. In this section we will use JOptionPane class to display 

Swing AWT

swing
swing  Write a java swing program to delete a selected record from a table 

Swing AWT

Java - Swing AWT
Java    Hi friend,read for more information,http://www.roseindia.net/java/example/java/swing 

General

SpringLayout in Java Swing
Java Swing SpringLayout Example In this section, you will learn how to set... belong to any component of the container, or to the container itself. Here we have..."); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); Container contentPane 

Swing AWT

Query on Java Swing - Table Cell Issue - Swing AWT
Query on Java Swing - Table Cell Issue  Hi, I have a query on Java Swing. we are using swing in our application, In one of the frame we are using JTable which has 6 columns which are editable. When I use the TAB button from 

Java Beginners

swing question - Java Beginners
swing question  how i can create login form in java with password entering i can to next page only if password is correct i want to use java swing feature 

Mobile Applications Questions

Why NSString Objective C
Why NSString Objective C  Why we use the NSString class in Objective C and how to define and initialize the NSString Class?   Why NSString... *mString; and to initialize the NSString object, we use @"?." notation. mString 

Java Beginners

java swing question - Java Beginners
java swing question  how i can create login form in java with password entering i can to next page only if password is correct i want to use java swing feature 

Java Beginners

scope of Java Swing in IT ?
scope of Java Swing in IT ?  Hi....... I am fresher ,now I m working in Java Swing developing desktop apps. I am confused abt use of Java Swing... the "How much scope of Java Swing in IT now ?" & wht should i do 

Java Beginners

java swing - Java Beginners
java swing  hello sir, I want to create a file in java swing that holds all the html files of the system. Thanks, Akshat Maheshwari.  Hi Friend, If you want to use JFileChooser then use 

Spring Framework Questions

Why spring?
Why spring?  Why do we need to learn Spring? and where can we use it thanks 

Java Beginners

Swing - Java Beginners
: http://www.roseindia.net/java/example/java/swing/ http://www.roseindia.net/java/example/java/awt/ Hope that it will be helpful for you. Thanks... links: http://www.grandt.com/sbe/ http://www.javafaq.nu/java/free-swing-book 

Java Beginners

java swing - Java Beginners
java swing  utlility of super.paintComponent(Graphics g) in java? what does it do actually i.e. which class it is extending or method overriding? Please clarify this with example 

Java Beginners

Java is an opensource program or not? why???
Java is an opensource program or not? why???  Java is an open source program or not.. why 

Swing AWT

java - Swing AWT
Java Implementing Swing with Servlet  How can i implement the swing with servlet in Java? Can anyone give an Example??   Implementing Swing with Servlet Example and source Code Servlet SwingToServlet 

Programming Tutorials

Java Swing Open Browser
Java Swing Open Browser Java provides different methods to develop useful applications. In this section, you will learn how to create an example that will open the specified url on the browser using java swing. This example will really 

Java Code Examples

JTextField Validation in java swing
JTextField Validation in java swing In this tutorial, you will learn how to validate jtextfield in java swing. Here we have created a textfield on frame... will not respond to any character, it only accepts numbers. Example: import java.awt. 

Swing AWT

Swing paint - Swing AWT
the Swing Applet, use html file with the following code: Java Applet Demo...Swing paint  hi, i want to print something on window using swing applet.. m doing dis.. protected void paintComponent(Graphics g 

Java Beginners

java swing - Java Beginners
(){ JFrame f = new JFrame("Frame in Java Swing"); f.getContentPane().setLayout(null...java swing  How to set the rang validation on textfield, compare validation textfields , and also if we create a groupbutton like male female, if we 

Hibernate Tutorial Example

Why hibernate is used?
Why hibernate is used? Hibernate is leading ORM solutions for developing... Hibernate saves the development time Hibernate allows to map the Java... be used in both console and web based applications Developers can use 

Java Beginners

How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type 

Java Beginners

How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type 

Java Beginners

How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type 

Java Beginners

How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type 

Java Beginners

How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type 

Java Beginners

Java swing - Java Beginners
Java swing  Hi, I want to copy the file from one directory... will be displayed in the page and progress bar also. Example, I have 10 files...; public Copy() { JFrame frame = new JFrame("Swing Progress Bar 

Java Code Examples

Java Swing Key Event
Java Swing Key Event In this tutorial, you will learn how to perform key event in java swing. Here is an example that change the case of characters... will get converted automatically into its upper case. We have invoked 

Java Code Examples

Java Swing: Validate radiobutton
Java Swing: Validate radiobutton In this tutorial, you will learn how to validate radiobuttons in Java Swing. Radio buttons are the group of buttons where.... In the given example, we have created two radiobuttons and check whether any 

General

TristateCheckBox based on the Swing JCheckBox - Java Tutorials
TristateCheckBox based on the Swing JCheckBox   2003-12-02 The Java Specialists' Newsletter [Issue 082] - TristateCheckBox based on the Swing JCheckBox... subscribe either via email or RSS. Welcome to the 82nd edition of The Java 

Java Beginners

Java swing - Java Beginners
Java swing  Hi, I want to copy the file from one directory to another directory,the same time i want to get the particular copying filename will be displayed in the page and progress bar also. Example, I have 10 files 

Blog

Sitemap Java Swing Tutorial
-to-One Relationship | JPA-QL Queries Java Swing Tutorial Section Java Swing Introduction | Java 2D API | Data Transfer in Java Swing | Internationalization in Java Swing | Localization | What is java swing 

Java Tips and Examples

Rationale for GUI tutorial decisions
of programs that have no GUI interface. For example, Java is very popular... that can use it. GUI as inheritance example. In normal programming... of these example programs use this style because it's reasonable, and is the most 

Java-Tutorials

JSlider Component of Java Swing
component of Java Swing. A Slider is a Swing tool which you can use for selecting... JSlider Component of Java Swing     ... are as follows: JSlider: This is the class which creates the slider for the swing 

Java Beginners

java swing - Java Beginners
java swing  hello sir, Is it possible to show the data of the text file in the form of table view. like if we store the file type location and size of the file in a text file then this properties 

Java-Tutorials

Java Compiler,Java Compiler Example
; To commence with Java programming, we must know the significance of Java Compiler. When we write any program in a text editor like Notepad, we use Java.... Then JVM runs the binary code on the host machine.  How to use Java 

Java Beginners

java swing - Java Beginners
java swing  How to upload the image in using java swings. ex- we make a button to browsbutton and savebutton , when we click on the browsbutton , i can brows the image from the computer. plz help soon......... thanx.  

Swing AWT

Java Dialogs - Swing AWT
visit the following links: http://www.roseindia.net/java/example/java/swing/GrideComponents.shtml http://www.roseindia.net/tutorial/java/swing/springlayout.html http://www.roseindia.net/java/example/java/awt/borderlayout-example 

Java Beginners

java swing in netbeans
java swing in netbeans  how can create sub menu in java swing using...[]) { JFrame frame = new JFrame("MenuSample Example... backwardMenuItem = new JMenuItem("Java"); newmenu.add(backwardMenuItem 

Java Interview Questions

Java swing
Java swing  what are the root classes of all classes in swing 

Java Interview Questions

Java swing
Java swing  Does Swing contains any heavy weight component 

Framework Questions

java swing
java swing  view the book details using swing 

General

Java Get Example
is method and how to use the get method in Java, this example is going... In this java example program we have to write code for getting the pixel... In this example java program we have to get the data type of the database table fields 

Java-Tutorials

What is Java Swing?
What is Java Swing?       Here, you will know about the Java swing. The Java Swing provides... and GUIs components. All Java Swing classes imports form the import 

Java Interview Questions

why java is securable ?
why java is securable ?  why java is securable ?   Hi Friend, Java is secured because of following reasons: 1) It doesn't allow... is executed under JAVA Runtime Environment which has several Security related checking 

Java Beginners

java swing
java swing  what is java swing   Swing is a principal GUI toolkit for the Java programming language. It is a part of the JFC (Java Foundation Classes), which is an API for providing a graphical user interface for Java 

Java Beginners

jdbc &swing - Java Beginners
jdbc &swing  I've used a progress bar in a database file upload window using swing.. But I can't set the uploading processing time with the progress bar.. please help me as early as possible.. How can I use progress bar against 

Java Beginners

"Doubt on Swing" - Java Beginners
"Doubt on Swing"  Hi Friend.... Thanks for ur goog Response.. i need to create a GUI Like... pic1.gif RadioButton pic2.gif RadioButton Pic3.gif RadioButton If we have select d appropriate radio 

Java Tips and Examples

Array List Example in java
Array List Example in java       In this example we are going to show the use of java.util.ArrayList. We will be creatiing an object of ArrayList class and performs various 

Swing AWT

Swing Program
Swing Program  Write a java swing program to search the details of the students. Searching is performed on student's first name. The details of all... will be displayed in a table, and also delete a selected record from a table. Use JDBC 

Swing AWT

Java - Swing AWT
. http://www.roseindia.net/java/example/java/swing... or paint from my swing program?  Hi friend, import java.awt....("Paint example frame") ; getContentPane().add(new JPaintPanel 

Java Beginners

java swing
java swing  how to connect database with in grid view in java swing   Hi Friend, Please visit the following link: Grid view in java swing Thanks 

Java Beginners

java swing
java swing  add two integer variables and display the sum of them using java swing 

Swing AWT

Java swing
Java swing  Write a java swing program to calculate the age from given date of birth 

Java Beginners

Why is the main method declared static?
Java class always has the same signature, and we declare public static void main... without creating any instance for the java class, where we declared it. Any static...Why is the main method declared static?  Hi, Why is the main method 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.