Results 1 to 2 of 2
- 02-02-2009, 03:50 PM #1
Member
- Join Date
- Feb 2009
- Posts
- 1
- Rep Power
- 0
How to return to next line of code after calling a public class?
I am calling a public class DoSomething {...} on an onClick of a button. And I wanted to return to the next line after executing DoSomething class?
...
public void onClick() {
DoSomething() }
nextLineOfCode...
...
DoSomething Class will open another (popup) window with a form page and submit button. If a user clicks the submit button from here it should resume to the nextLineOfCode.
Appreciate your help.
- 02-02-2009, 06:46 PM #2
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 5
Similar Threads
-
different multiple public class and main class
By mr idiot in forum New To JavaReplies: 2Last Post: 01-01-2009, 12:10 PM -
calling a public void method from a class button
By supa_kali_frajilistik in forum AWT / SwingReplies: 4Last Post: 05-23-2008, 01:05 PM -
calling a public void method from a class button
By supa_kali_frajilistik in forum AWT / SwingReplies: 1Last Post: 05-21-2008, 05:40 AM -
Public class variable
By Java Tip in forum Java TipReplies: 0Last Post: 12-03-2007, 09:58 AM -
New line or Carriage Return through FileWriter
By johnt in forum New To JavaReplies: 2Last Post: 05-20-2007, 09:13 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks