answersLogoWhite

0

What is Jtable in java?

Updated: 8/16/2019
User Avatar

VipulSarjekar

Lvl 1
15y ago

Best Answer

used to create GUIs. basically the built-in class that allows for creation of the "main" window. http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JTable.html

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Jtable in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between jdk1.5 and jdk1.6?

Jdk 1.6 has some extra fatures.Some of are - 1.Annotations 2.Enhanced for loop 3.Automatic Typecasting 4.Java 1.6 runs faster than Java 1.5. 5.Java 1.6 makes programming easier by implementing various tools such as SwingWorker and JTable to develop user interface.


Which Interfaces are used by implementations of models for JTable?

JTable has three models: TableModel, TableColumnModel, and ListSelectionModel. check this first page: www.grandt.com/sbe/files/uts2/Chapter18.doc


Where do you add data to a Swing component such as a JTable JTree or JList?

cfvfhgfygfhfghfgh


How do you remove a column from JTable?

ColumnModel columnModel = table.getColumnModel(); for(Column: columnModel.getColumns()) { Column column = <FIND COLUMN YOU NEED>; } columnModel.removeColumn(column);


How do you remove column from Jtable?

ColumnModel columnModel = table.getColumnModel(); for(Column: columnModel.getColumns()) { Column column = <FIND COLUMN YOU NEED>; } columnModel.removeColumn(column);


What Indonesian island is Jakarta on?

java


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


What are the different java technologies?

There are several types of Java technology. Some examples of Java software are Java ME, Java EE, Java SE, and Java Card. Java made the JAVA development kit for those that develop in Java. There is also Java Virtual machine and some class libraries. Java is also famous for its languages like Clojure, Beanshell, Groovy, Gosu, Rhino, Kotlin, JRuby, Scala, and Jython.


Small Java-based programs are called?

Java applets


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC


Who create Java and when?

Who create Java & when? Why he create java ? What are mane functions of it?


Supermost package of java?

The supermost package of Java is the "java" package.