Search:

Type: Posts; User: Jullix993

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,752

    Re: draw can't be resolved. Help!

    Thanks mate!
  2. Replies
    4
    Views
    1,752

    Re: draw can't be resolved. Help!

    main:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import java.awt.image.*;
    import java.io.*;
    import java.net.*;
    import java.util.LinkedList;
    import java.util.TreeSet;...
  3. Replies
    4
    Views
    1,253

    Re: Trouble with Java menubar in java frame.

    Thank you very much, I will remember that.
  4. Replies
    4
    Views
    1,752

    draw can't be resolved. Help!

    Hey. I'm trying to use draw. I'll post the code

    import javax.swing.*;

    public class Main {
    public static void main(String[] cmdLn){
    JFrame f = new JFrame("Draw");
    f.setVisible(true);...
  5. Replies
    4
    Views
    1,253

    Re: Trouble with Java menubar in java frame.

    I'm not sure what you mean, JLabel?

    Anyway, it's working better now, but I can't understand why it's so messy.

    Do you think it has anything to do with the size? At first, when I start the...
  6. Replies
    4
    Views
    1,253

    Trouble with Java menubar in java frame.

    Hey, I've got some trouble with my code. It should be two tabs in the frame, with the titles "File" and "Open". But I can only see "File". I rewrote the code and launched it, and I could see both,...
Results 1 to 6 of 9