Jigar Gosar

Greenhorn
+ Follow
since May 09, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jigar Gosar

i just want to know that how do one create another FORM in the same .class file.
----------------------------------------------------------------
details:
----------------------------------------------------------------
i have created a form using File|new... (JFrame tempelate)
now in my JFrame i want to pop an about dialog box but when i use File|New... to create about dialog box another form is added to my current Project But i want a new visually editable form in my current class how do i do that???
22 years ago

PLEASE LET ME KNOW HOW WE CAN ELIMINATE BACKGROUND MS DOS WINDOW WHEN WE RUN JAVA APPLICATIONS (BY DOUBLE CLICKING .JAR FILES IN WINDOWS EXPLORER)
------------------
Just Joined
22 years ago
i am copying the below lines for you from java api documentation hope it helps you let me know

setRowSelectionInterval
public void setRowSelectionInterval(int index0,
int index1)
Selects the rows from index0 to index1, inclusive.
Parameters:
index0 - one end of the interval
index1 - the other end of the interval
Throws:
IllegalArgumentException - if index0 or index1 lie outside [0, getRowCount()-1]
22 years ago
you nee to read java online tutorial at java.sun.com
the swing trail
------------------
Just Joined
[This message has been edited by Jigar Gosar (edited May 09, 2001).]
22 years ago
i just want to know that weather the background ms-dos window when we start any application in java (by typing java "MainClassName" or by directly by doubleclicking .jar file in window explorer) can be eliminated, so that my java applicationss look
like any other WINDOWS application.
------------------
Just Joined
22 years ago