Search:

Type: Posts; User: hawkeye01

Search: Search took 0.09 seconds.

  1. My image doesn't always appear on the screen?

    Hi guys I've been having this problem lately with an image I added to my panel. Whenever I compile and run my program the image sometimes appear on screen but most of the time it doesn't. I really...
  2. Replies
    3
    Views
    1,343

    Re: Write on File on what is on TextField

    I found this very simple application for the PrintWriter.


    // Demonstrate PrintWriter
    import java.io.*;
    public class PrintWriterDemo {
    public static void main(String args[]) {
    PrintWriter...
  3. Replies
    3
    Views
    1,343

    Write on File on what is on TextField

    Hi just wanted to know a simple way of writing on a file whatever is written on the textfield after pressing a button. I would really appreciate any help on this one. thanks! :D
  4. Replies
    6
    Views
    1,251

    Re: Components not appearing (need help!)

    I was able to solve my problem by adding my components to the panel and adding my panel to my frame. thanks for the help guys!
  5. Replies
    6
    Views
    1,251

    Re: Components not appearing (need help!)

    I don't think I've added my components to the Jpanel yet. Same goes for my Jpanel to Jframe.
  6. Replies
    6
    Views
    1,251

    Components not appearing (need help!)

    Good day! I'm a complete noob in GUI programming so I wanted to know whats wrong with my code. I can compile the program without a problem but when the GUI appears none of my components appear. Any...
Results 1 to 6 of 6