Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9646
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: JFrame stays unusably small in applet |
| Date | 2011-11-06 03:02 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <67qcb7dpu8cobr0ip32pagie2nf5v3nb68@4ax.com> (permalink) |
| References | <j949fr$d0j$1@news.belwue.de> |
On Sat, 05 Nov 2011 22:23:05 +0100, Thomas Richter <thor@math.tu-berlin.de> wrote, quoted or indirectly quoted someone who said : > frame.setSize(800,64); a pack would shrink it. What kind of layout do you have inside the JFrame? Is it something that would survive a pack? when use absolute positioning, remember to setLayout(null). -- Roedy Green Canadian Mind Products http://mindprod.com Capitalism has spurred the competition that makes CPUs faster and faster each year, but the focus on money makes software manufacturers do some peculiar things like deliberately leaving bugs and deficiencies in the software so they can soak the customers for upgrades later. Whether software is easy to use, or never loses data, when the company has a near monopoly, is almost irrelevant to profits, and therefore ignored. The manufacturer focuses on cheap gimicks like dancing paper clips to dazzle naive first-time buyers. The needs of existing experienced users are almost irrelevant. I see software rental as the best remedy.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
JFrame stays unusably small in applet Thomas Richter <thor@math.tu-berlin.de> - 2011-11-05 22:23 +0100
Re: JFrame stays unusably small in applet Knute Johnson <nospam@knutejohnson.com> - 2011-11-05 15:20 -0700
Re: JFrame stays unusably small in applet Roedy Green <see_website@mindprod.com.invalid> - 2011-11-06 03:00 -0800
Re: JFrame stays unusably small in applet Roedy Green <see_website@mindprod.com.invalid> - 2011-11-06 03:02 -0800
Re: JFrame stays unusably small in applet Thomas Richter <thor@math.tu-berlin.de> - 2011-11-06 14:22 +0100
Re: JFrame stays unusably small in applet markspace <-@.> - 2011-11-06 07:13 -0800
csiph-web