Search:

Type: Posts; User: curmudgeon

Search: Search took 0.36 seconds.

  1. Replies
    2
    Views
    1,514

    Re: Border question

    For example:



    JLabel label = new JLabel("Foo");
    label.setPreferredSize(new Dimension(200, 200));
    label.setBorder(BorderFactory.createLineBorder(Color.black, 85));
    ...
  2. Replies
    2
    Views
    1,514

    Re: Border question

    I don't know the answer to this right off hand, but if I needed to know, one possible way to find out is to create a small test program that checks out what happens with different settings of border...
Results 1 to 2 of 2