Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #1090 > unrolled thread

java app - not painting?

Started by"kmallow" <kmallow@THRWHITE.remove-dii-this>
First post2011-04-27 15:31 +0000
Last post2011-04-27 15:31 +0000
Articles 6 — 4 participants

Back to article view | Back to comp.lang.java.gui


Contents

  java app - not painting? "kmallow" <kmallow@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000
    Re: java app - not painti "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000
    Re: java app - not painti gethostbyname@gmail.com.remove-dii-this - 2011-04-27 15:31 +0000
    Re: java app - not painti "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000
    Re: java app - not painti "kmallow" <kmallow@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000
    Re: java app - not painti "kmallow" <kmallow@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000

#1090 — java app - not painting?

From"kmallow" <kmallow@THRWHITE.remove-dii-this>
Date2011-04-27 15:31 +0000
Subjectjava app - not painting?
Message-ID<1172879419.502217.8400@t69g2000cwt.googlegroups.com>
  To: comp.lang.java.gui
Hi, this is a weird java/windows problem I'm having (WinXP SP1).
Whenever I start up a particular java graphical app, the app opens/
starts but it just stays java gray. No images, menus, etc show up on
the app. The app works fine on my other pc's, and other peoples pc's,
and used to work on mine. I occasionally get the BSOD when it starts,
and if I leave it up and 'play' with it I will get the BSOD
eventually. I've totally uninstalled java and re-installed it:

java version "1.4.2_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)


I can run and compile apps in eclipse (non-graphical ones), and do not
have any other problems with my pc.


Any ideas at all?

Many thanks

k'

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#1092 — Re: java app - not painti

From"Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this>
Date2011-04-27 15:31 +0000
SubjectRe: java app - not painti
Message-ID<1172888745.267806.222500@z35g2000cwz.googlegroups.com>
In reply to#1090
  To: comp.lang.java.gui
On Mar 2, 3:50 pm, kmal...@hush.com wrote:
> Hi, this is a weird java/windows problem I'm having (WinXP SP1).
> Whenever I start up a particular java graphical app, the app opens/
> starts but it just stays java gray. No images, menus, etc show up on
> the app. The app works fine on my other pc's, and other peoples pc's,
> and used to work on mine. I occasionally get the BSOD when it starts,
> and if I leave it up and 'play' with it I will get the BSOD
> eventually. I've totally uninstalled java and re-installed it:
>
> java version "1.4.2_12"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
>
> I can run and compile apps in eclipse (non-graphical ones), and do not
> have any other problems with my pc.
>
> Any ideas at all?
>
> Many thanks
>
> k'

Well, without knowing the details, like what app it is, I can only
suspect hardware or driver problems.  Java should NEVER be able to
cause a BSOD unless you have faulty memory/cpu/driver.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#1096 — Re: java app - not painti

Fromgethostbyname@gmail.com.remove-dii-this
Date2011-04-27 15:31 +0000
SubjectRe: java app - not painti
Message-ID<1172889560.701925.35310@t69g2000cwt.googlegroups.com>
In reply to#1090
  To: comp.lang.java.gui
On 2 mar, 20:50, kmal...@hush.com wrote:
> Hi, this is a weird java/windows problem I'm having (WinXP SP1).
> Whenever I start up a particular java graphical app, the app opens/
> starts but it just stays java gray. No images, menus, etc show up on
> the app. The app works fine on my other pc's, and other peoples pc's,
> and used to work on mine. I occasionally get the BSOD when it starts,
> and if I leave it up and 'play' with it I will get the BSOD
> eventually. I've totally uninstalled java and re-installed it:
>
> java version "1.4.2_12"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
>
> I can run and compile apps in eclipse (non-graphical ones), and do not
> have any other problems with my pc.
>
> Any ideas at all?
>
> Many thanks
>
> k'

Just a try:

- call the setVisible(true) AFTER the creation of graphical objects.

gethostbyname

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#1097 — Re: java app - not painti

From"Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
Date2011-04-27 15:31 +0000
SubjectRe: java app - not painti
Message-ID<1172888846.045615.77740@p10g2000cwp.googlegroups.com>
In reply to#1090
  To: comp.lang.java.gui
On Mar 3, 10:50 am, kmal...@hush.com wrote:

> Whenever I start up a particular java graphical app,
...
> Any ideas at all?

a) Put a name to the
'particular java graphical app'
b) Take it up with the developers of
'particular java graphical app'

Andrew T.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#1101 — Re: java app - not painti

From"kmallow" <kmallow@THRWHITE.remove-dii-this>
Date2011-04-27 15:31 +0000
SubjectRe: java app - not painti
Message-ID<1172933090.489194.44250@8g2000cwh.googlegroups.com>
In reply to#1090
  To: comp.lang.java.gui
On Mar 2, 3:50 pm, kmal...@hush.com wrote:
> Hi, this is a weird java/windows problem I'm having (WinXP SP1).
> Whenever I start up a particular java graphical app, the app opens/
> starts but it just stays java gray. No images, menus, etc show up on
> the app. The app works fine on my other pc's, and other peoples pc's,
> and used to work on mine. I occasionally get the BSOD when it starts,
> and if I leave it up and 'play' with it I will get the BSOD
> eventually. I've totally uninstalled java and re-installed it:
>
> java version "1.4.2_12"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
>
> I can run and compile apps in eclipse (non-graphical ones), and do not
> have any other problems with my pc.
>
> Any ideas at all?
>
> Many thanks
>
> k'

It's a commercial application and the developers don't know what the
problem is, no one else has this problem. Thanks to your responses I'm
guessing that there might be a corrupt or faulty driver on my pc. I
don't think that it's the memory or cpu as I've never had the BSOD
without running the app in question.

I've reinstalled Shell32.dll but it didn't help. I really have no idea
what other driver(s) may affect this and would gladly entertain any
suggestions regarding which other drivers to reinstall.

Thanks again!

k'

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#1129 — Re: java app - not painti

From"kmallow" <kmallow@THRWHITE.remove-dii-this>
Date2011-04-27 15:31 +0000
SubjectRe: java app - not painti
Message-ID<1173134990.470345.262570@64g2000cwx.googlegroups.com>
In reply to#1090
  To: comp.lang.java.gui
I've resolved the problem. There was a bug/conflict with the video
card. Both ATI and NVidia cards have apparently had this problem. To
fix the issue I set the Anti-aliasing and the Anisotropic settings to
their default (2X) (Windows - Settings - etc).

Thanks to all who commented!

k'

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.gui


csiph-web