Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21539 > unrolled thread
| Started by | bob smith <bob@coolfone.comze.com> |
|---|---|
| First post | 2013-01-18 12:07 -0800 |
| Last post | 2013-01-21 14:28 -0500 |
| Articles | 8 — 5 participants |
Back to article view | Back to comp.lang.java.programmer
JFrame animation bob smith <bob@coolfone.comze.com> - 2013-01-18 12:07 -0800
Re: JFrame animation "John B. Matthews" <nospam@nospam.invalid> - 2013-01-18 22:35 -0500
Re: JFrame animation Roedy Green <see_website@mindprod.com.invalid> - 2013-01-18 23:34 -0800
Re: JFrame animation Joerg Meier <joergmmeier@arcor.de> - 2013-01-19 23:44 +0100
Re: JFrame animation Roedy Green <see_website@mindprod.com.invalid> - 2013-01-20 00:55 -0800
Re: JFrame animation Arne Vajhøj <arne@vajhoej.dk> - 2013-01-20 22:14 -0500
Re: JFrame animation Roedy Green <see_website@mindprod.com.invalid> - 2013-01-20 22:05 -0800
Re: JFrame animation Arne Vajhøj <arne@vajhoej.dk> - 2013-01-21 14:28 -0500
| From | bob smith <bob@coolfone.comze.com> |
|---|---|
| Date | 2013-01-18 12:07 -0800 |
| Subject | JFrame animation |
| Message-ID | <832c60fe-15f7-4152-ac1e-7205c57d2426@googlegroups.com> |
Is there a way to change the animation that occurs when a JFrame is displayed? Right now, the frame starts at the upper left corner and grows to full size.
[toc] | [next] | [standalone]
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Date | 2013-01-18 22:35 -0500 |
| Message-ID | <nospam-9A04BE.22352818012013@news.aioe.org> |
| In reply to | #21539 |
In article <gui-20130118211849@ram.dialup.fu-berlin.de>, ram@zedat.fu-berlin.de (Stefan Ram) wrote: > bob smith <bob@coolfone.comze.com> writes: > >Is there a way to change the animation that occurs when a JFrame is > >displayed? Right now, the frame starts at the upper left corner and > >grows to full size. > > > > I am not aware of such a Java feature. (But I am no Swing > expert.) May be this is an OS feature. In this case, it can > be changed in the OS. (Or, by changing the OS.) Otherwise, > one might explore the L&F used or the platform-specific > Swing/AWT code. > > See also: > > comp.lang.java.gui If you change to javax.swing.plaf.metal.MetalLookAndFeel in the manner prescribed in the example cited below, you can resize the window by dragging along any edge. See also setDefaultLookAndFeelDecorated(). <http://tips4java.wordpress.com/2008/10/09/uimanager-defaults/> -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-01-18 23:34 -0800 |
| Message-ID | <92jkf818qg5lcda4ofdftscorbfgj45fpu@4ax.com> |
| In reply to | #21539 |
On Fri, 18 Jan 2013 12:07:20 -0800 (PST), bob smith <bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone who said : >Is there a way to change the animation that occurs when a JFrame is displayed? > >Right now, the frame starts at the upper left corner and grows to full size. that is probably something you configure in Windows. Click personalisation in the control panel. When I discover such things I document them at http://mindprod.com/jgloss/windows7.html If it is not there, please tell me where you find it so I can document it. -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
[toc] | [prev] | [next] | [standalone]
| From | Joerg Meier <joergmmeier@arcor.de> |
|---|---|
| Date | 2013-01-19 23:44 +0100 |
| Message-ID | <11zsqf2yp8xm2.1dvvq064mvq1v.dlg@40tude.net> |
| In reply to | #21573 |
On Fri, 18 Jan 2013 23:34:58 -0800, Roedy Green wrote: > When I discover such things I document them at > http://mindprod.com/jgloss/windows7.html Roedy, you have posted plenty of dumb things in your near-constant barrage of advertisements to your page, but that collection is by far the dumbest thing you have ever posted. I'm honestly speechless at so much glaring misinformation and nonsense. If you just deleted that entire page, you would do yourself a favour. Joerg -- Ich lese meine Emails nicht, replies to Email bleiben also leider ungelesen.
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-01-20 00:55 -0800 |
| Message-ID | <06cnf8dnm5q4t629nc27q2ptukj371dqj4@4ax.com> |
| In reply to | #21577 |
On Sat, 19 Jan 2013 23:44:56 +0100, Joerg Meier <joergmmeier@arcor.de> wrote, quoted or indirectly quoted someone who said : >Roedy, you have posted plenty of dumb things in your near-constant barrage >of advertisements to your page, but that collection is by far the dumbest >thing you have ever posted. I'm honestly speechless at so much glaring >misinformation and nonsense. If you just deleted that entire page, you >would do yourself a favour. I am not about to do that. I quite happy to correct any errors on the page just because a stranger asked me to. I am not aware of any errors on that page. Please elaborate. -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-01-20 22:14 -0500 |
| Message-ID | <50fcb27a$0$288$14726298@news.sunsite.dk> |
| In reply to | #21582 |
On 1/20/2013 3:55 AM, Roedy Green wrote: > On Sat, 19 Jan 2013 23:44:56 +0100, Joerg Meier <joergmmeier@arcor.de> > wrote, quoted or indirectly quoted someone who said : >> Roedy, you have posted plenty of dumb things in your near-constant barrage >> of advertisements to your page, but that collection is by far the dumbest >> thing you have ever posted. I'm honestly speechless at so much glaring >> misinformation and nonsense. If you just deleted that entire page, you >> would do yourself a favour. > I am not about to do that. I quite happy to correct any errors on the > page just because a stranger asked me to. > > I am not aware of any errors on that page. Please elaborate. If you remove the facts that are wrong and all your personal opinions then it will be a very short article. "Microsoft’s desktop operating system released 2009-10-22 to replace Vista." It was released July 22nd not October 22nd. "It requires reasonably modern hardware, with a Direct-X video card." Actually DirectX 9 graphics device with WDDM 1.0 or higher driver. "Windows 7 reminds me of the ad teasing Ma Bell for refusing to innovate and instead concentrating on painting telephones. It is a little less cluttered than Vista, but basically it seems the same." So you are surprised that version 6.1 is very similar to version 6.0. You may be, but you should not. "New machines come with the 64-bit version of Windows 7 pre-installed. This is the most important change." Many does but not not all. And besides they ship with Windows 8 now. "If you choose 32-bit, you need 32-bit Windows 7 drivers for all your peripherals." Vista drivers often work. "If you have more than 3 Gb of RAM (Random Access Memory), you will want the 64-bit version. Otherwise you won’t be able to use the RAM above 3 GB." Actually somewhere between 2.5 and 3.5 GB depending on PCI devices. That was just the first 10-15 lines. Arne
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-01-20 22:05 -0800 |
| Message-ID | <fgmpf8haveaia98g3elvsbnr32pb23el53@4ax.com> |
| In reply to | #21582 |
On Sun, 20 Jan 2013 00:55:42 -0800, Roedy Green <see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted someone who said : >If you just deleted that entire page, you >>would do yourself a favour. >I am not about to do that. I quite happy to correct any errors on the >page just because a stranger asked me to. What I meant to say is that page represents many days of work. I am not about to discard it without evidence it is hopelessly flawed. Since I use the page myself when I have windows troubles, I don't think it is. I am not about to toss all that work just because some stranger on the net asked me to. I am however eager to correct errors and make improvements. If you were serious, not just playing ego games, you should have no trouble pointing out a few specific errors to illustrate your contention. -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-01-21 14:28 -0500 |
| Message-ID | <50fd96c6$0$286$14726298@news.sunsite.dk> |
| In reply to | #21596 |
On 1/21/2013 1:05 AM, Roedy Green wrote: > On Sun, 20 Jan 2013 00:55:42 -0800, Roedy Green > <see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted > someone who said : > >> If you just deleted that entire page, you >>> would do yourself a favour. >> I am not about to do that. I quite happy to correct any errors on the >> page just because a stranger asked me to. > > What I meant to say is that page represents many days of work. I am > not about to discard it without evidence it is hopelessly flawed. > Since I use the page myself when I have windows troubles, I don't > think it is. I am not about to toss all that work just because some > stranger on the net asked me to. I am however eager to correct errors > and make improvements. > > If you were serious, not just playing ego games, you should have no > trouble pointing out a few specific errors to illustrate your > contention. I pointed you to approx. one error per two lines in the first sections. Arne
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web