Forum: Java Mar 13th, 2008 |
| Replies: 8 Views: 494 Sorry wrong file
How do I load a JFrame that I made in one program when I click an option in another program. If payroll is clicked in the buttons program I want the frame from the payprogram. I... |
Forum: Java Mar 13th, 2008 |
| Replies: 8 Views: 494 How do I load a JFrame that I made in one program when I click an option in another program. If payroll is clicked in the buttons program I want the frame from the last_try program. I really need... |
Forum: Java Mar 13th, 2008 |
| Replies: 8 Views: 494 I dont know how to put it in code tags thats why I attached the file |
Forum: Java Mar 13th, 2008 |
| Replies: 8 Views: 494 I really need help. I have this whole program and am getting on error. |
Forum: Java Mar 13th, 2008 |
| Replies: 9 Views: 3,087 Thanks. I tried that I just can not figure it out |
Forum: Java Mar 12th, 2008 |
| Replies: 9 Views: 3,087 It compliles and runs but does not do anything when i click on the button
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.text.*;
import... |