Joseph Dobrzanski

Greenhorn
+ Follow
since Oct 18, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Joseph Dobrzanski

I think you are right. I will try and use listeners instead. I appreciate your time and help!
21 years ago
This project has a requirement for 10Hz updates. There are 6 text fields displaying some antenna pointing angles and other real time data that must be displayed very quickly. The GUI will also consist of 2 analog dials. I have run some tests and the text fields appear to be updating correctly (i.e. 10X/sec), but the flicker is unacceptable. I have tested this GUI on a Sun Blade 100 and a 1.4 GHz Pentium with a GeForce III video card. The Sun was mostly acceptable but the Pentium was awful.
I am a C++ embedded guy for the most part, so any tips you have are very much appreciated. I'm starting to worry that Java is not going to be adequate for this project.
In addition, do you know anything about Java for DOS or any other flavors of embedded Java?
21 years ago
I'm trying to update 6 text fields at a 10Hz rate using only swing objects. I have double buffering turned on for all objects but I am still experiencing unacceptable flicker. Anyone have any ideas?
21 years ago