Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9650
| From | Thomas Richter <thor@math.tu-berlin.de> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: JFrame stays unusably small in applet |
| Date | 2011-11-06 14:22 +0100 |
| Organization | InterNetNews at News.BelWue.DE (Stuttgart, Germany) |
| Message-ID | <j961m4$4mc$1@news.belwue.de> (permalink) |
| References | <j949fr$d0j$1@news.belwue.de> <67qcb7dpu8cobr0ip32pagie2nf5v3nb68@4ax.com> |
On 06.11.2011 12:02, Roedy Green wrote: > 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). There is absolutely no layout within at all. All I do is to get the graphics and render some text. I do not call "pack" - there is beyond the text output nothing else that happens there... Are there any known settings in firefox or windows or java that would prevent JFrames from opening the indicated size (yes, the size does fit onto the monitor of the customer, checked that). So long, Thomas
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
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