Forum: Java Aug 27th, 2007 |
| Replies: 2 Views: 538 I am attaching the screen shot of above coding. |
Forum: Java Aug 27th, 2007 |
| Replies: 8 Views: 880 Thank you so much Ezzaral for helping me
actually i want to make a frame in which there is a text box in which a student has to enter their rollno to view their result.I am attaching the screenshot... |
Forum: Java Aug 27th, 2007 |
| Replies: 2 Views: 538 How can i display the output of this coding in frames instead of Command Prompt.
and i want to view the result of that student only whose rollno is entered.
import java.awt.*;
//import... |
Forum: Java Aug 27th, 2007 |
| Replies: 8 Views: 880 Now this coding is working but i want to display output in Frame not in Command Prompt.
Plz solve it out.
import java.awt.*;
//import java.applet.*;
import java.awt.event.*;
import... |
Forum: Java Aug 27th, 2007 |
| Replies: 8 Views: 880 yeah i want to know little more
I want to create a page with a Rollno text box
and student have to enter their rollno in that textbox to get their result.
i am not getting that how to execute the... |
Forum: Java Aug 27th, 2007 |
| Replies: 8 Views: 880 I want to display result when a student enter their rollno in a text box and click on the submit button.
I know there are errors as i have tried many times before and each time i have changed it so... |