H
Hal Vaughan
Most of what I've done in Java is for a small business and any GUI had to be
able to be run in a 640x480 screen because some of the software goes on
servers that are hooked up to cheap monitors that aren't used often.
Now I'm writing some simple programs and utilities that I can use and I'm
sure others will like. I'll be releasing them as open source so people can
do what they like. I've realized that I don't have to be bound by the
640x480 screen size anymore, but I don't know what most people tend to have
as a minimum now days.
For just simple stuff that I'd like for most people to be able to use, what
can I count on as the smallest screen size in general use? I was thinking
800x600, but a few friends have told me that most people now can do larger
than that now.
So what do you count on as a screen size your Java GUI programs can expect?
Thanks!
Hal
able to be run in a 640x480 screen because some of the software goes on
servers that are hooked up to cheap monitors that aren't used often.
Now I'm writing some simple programs and utilities that I can use and I'm
sure others will like. I'll be releasing them as open source so people can
do what they like. I've realized that I don't have to be bound by the
640x480 screen size anymore, but I don't know what most people tend to have
as a minimum now days.
For just simple stuff that I'd like for most people to be able to use, what
can I count on as the smallest screen size in general use? I was thinking
800x600, but a few friends have told me that most people now can do larger
than that now.
So what do you count on as a screen size your Java GUI programs can expect?
Thanks!
Hal