Search:

Type: Posts; User: caesius

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    2,033

    Achieving a LineBorder that is also padded

    Hi all.

    I'm using

    setBorder (BorderFactory.createEmptyBorder (10,10,10,10));
    to get some padding around a component (which is a group of other components), however I'd also like a thin border...
  2. How do I achieve this layout with swing? Already tried grid*Layout

    Class project, I've written all the nuts and bolts and now it's time to write the GUI. This is hard! I'm new to Java and I've tried GridLayout and GridBagLayout but neither of them worked perfectly....
  3. Replies
    4
    Views
    1,402

    Re: Package confusion

    Ah ha. Thank you very much.
  4. Replies
    4
    Views
    1,402

    Re: Package confusion

    Thanks copeg, I did stumble across that link, that's what tipped me off about creating a folder.

    I'm using the command line to compile and run classes. The commands I used (javac, java) can be...
  5. Replies
    4
    Views
    1,402

    Package confusion

    We have been supplied with a bunch of example code files for an assignment. Each file has
    package FabricCuts at the top. I can't get any of the files to run if I have the package stuff at the top,...
Results 1 to 5 of 5