473,394 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Beginner: Anti-aliased fonts in java

I am using Windows XP and am learning how to program in Java. Is there any
way to get my fonts to be anti-aliased in both editors and in my programs?
The non anti-aliased fonts don't look very good and are a little harder on
my eyes.

Thanks.
Jul 17 '05 #1
8 8149
LOL
Jul 17 '05 #2
I don't understand the joke. That's not the most helpful answer to my
question. If there is no way to do it then just say so.

The fonts in Java aren't anti-aliased by default. I am at my computer for
hours each day and it is hard on the eyes. Anti-aliased fonts are much
easier to read and they look better. I don't want my applets to have the
jagged-font look. Letters like capital 'A's and 'V's look especially bad.


"Martin Froment" <ma************@sympatico.ca> wrote in message
news:fc*******************@news20.bellglobal.com.. .
LOL

Jul 17 '05 #3
Sorry, I was thinking you only experienced anti-aliasing problems in your
IDE...

Take a look at this example:
http://www.csse.uwa.edu.au/programmi...AntiAlias.java

Martin.
"jcnews" <jc****@earthlink.net> wrote in message
news:Nx*****************@newsread3.news.pas.earthl ink.net...
I don't understand the joke. That's not the most helpful answer to my
question. If there is no way to do it then just say so.

The fonts in Java aren't anti-aliased by default. I am at my computer for
hours each day and it is hard on the eyes. Anti-aliased fonts are much
easier to read and they look better. I don't want my applets to have the
jagged-font look. Letters like capital 'A's and 'V's look especially bad.


"Martin Froment" <ma************@sympatico.ca> wrote in message
news:fc*******************@news20.bellglobal.com.. .
LOL


Jul 17 '05 #4

"Martin Froment" <ma************@sympatico.ca> wrote in message
news:0G*******************@news20.bellglobal.com.. .
Sorry, I was thinking you only experienced anti-aliasing problems in your
IDE...

Take a look at this example:
http://www.csse.uwa.edu.au/programmi...gan/examples/g
raphics/AntiAlias.java
Martin.

Thanks... I will experiment with that. The fonts in the IDE and text
editors are often terrible because they are not anti-alised. I figured that
since they are open source, maybe there was a way to change the font
settings. For example, I was using NetBeans and the fonts are unbelievably
bad, especially the italicized comments. There are also some
closed-source text editors which are otherwise great programs, but they have
bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse, and
the fonts are much better, so I guess I will just use that for now.
Jul 17 '05 #5
Textpad is letting you changing the font style in the document content view.
Others zones have already been fixed with antialising if the use of
cleartype is set in your OS.

Try it : document properties window, font tab : choose "courrier new" in
place of default "courrier".

PS : Eclipse is the best choice for Java IDE !!

"Martin Froment" <ma************@sympatico.ca> wrote in message
news:0G*******************@news20.bellglobal.com.. .
Sorry, I was thinking you only experienced anti-aliasing problems in your
IDE...

Take a look at this example:

http://www.csse.uwa.edu.au/programmi...gan/examples/g
raphics/AntiAlias.java

Martin.

Thanks... I will experiment with that. The fonts in the IDE and text
editors are often terrible because they are not anti-alised. I figured
that
since they are open source, maybe there was a way to change the font
settings. For example, I was using NetBeans and the fonts are
unbelievably
bad, especially the italicized comments. There are also some
closed-source text editors which are otherwise great programs, but they
have
bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse,
and
the fonts are much better, so I guess I will just use that for now.

Jul 17 '05 #6
Thanks for the tip on TextPad. It fixed my problem.

I think NetBeans is easier to use (in my very short time with Java), but
Eclipse seems to be what experienced programmers recommend. I started
programming with VisualBasic.NET, but I like the open-source philosophy much
better. I am glad that people made software like Eclipse available for
free...

"Martin Froment" <ma************@sympatico.ca> wrote in message
news:Ii*******************@news20.bellglobal.com.. .
Textpad is letting you changing the font style in the document content view. Others zones have already been fixed with antialising if the use of
cleartype is set in your OS.

Try it : document properties window, font tab : choose "courrier new" in
place of default "courrier".

PS : Eclipse is the best choice for Java IDE !!

"Martin Froment" <ma************@sympatico.ca> wrote in message
news:0G*******************@news20.bellglobal.com.. .
Sorry, I was thinking you only experienced anti-aliasing problems in your IDE...

Take a look at this example:

http://www.csse.uwa.edu.au/programmi...gan/examples/g raphics/AntiAlias.java

Martin.

Thanks... I will experiment with that. The fonts in the IDE and text
editors are often terrible because they are not anti-alised. I figured
that
since they are open source, maybe there was a way to change the font
settings. For example, I was using NetBeans and the fonts are
unbelievably
bad, especially the italicized comments. There are also some
closed-source text editors which are otherwise great programs, but they
have
bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse,
and
the fonts are much better, so I guess I will just use that for now.


Jul 17 '05 #7
jcnews wrote:
Thanks for the tip on TextPad. It fixed my problem.

I think NetBeans is easier to use (in my very short time with Java), but
Eclipse seems to be what experienced programmers recommend. I started
programming with VisualBasic.NET, but I like the open-source philosophy much
better. I am glad that people made software like Eclipse available for
free...

"Martin Froment" <ma************@sympatico.ca> wrote in message
news:Ii*******************@news20.bellglobal.com.. .
Textpad is letting you changing the font style in the document content


view.
Others zones have already been fixed with antialising if the use of
cleartype is set in your OS.

Try it : document properties window, font tab : choose "courrier new" in
place of default "courrier".

PS : Eclipse is the best choice for Java IDE !!
"Martin Froment" <ma************@sympatico.ca> wrote in message
news:0G*******************@news20.bellglobal.co m...

Sorry, I was thinking you only experienced anti-aliasing problems in
your
IDE...

Take a look at this example:

http://www.csse.uwa.edu.au/programmi...gan/examples/g
raphics/AntiAlias.java

Martin.
Thanks... I will experiment with that. The fonts in the IDE and text
editors are often terrible because they are not anti-alised. I figured
that
since they are open source, maybe there was a way to change the font
settings. For example, I was using NetBeans and the fonts are
unbelievably
bad, especially the italicized comments. There are also some
closed-source text editors which are otherwise great programs, but they
have
bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse,
and
the fonts are much better, so I guess I will just use that for now.



Take a peek at JGRASP. Really nice for beginner and has all you will
need plus more.. I use Eclipse 95% of the time but sneak over and use
JGRASP because of my machine load\memory and for the purity of a clean
IDE. Everything with in your reach. (debugger, UML, etc....

http://www.jgrasp.org/index.html

--
Thanks in Advance...
IchBin
__________________________________________________ ________________________

'The meeting of two personalities is like the contact of two chemical
substances:
if there is any reaction, both are transformed.'
- Carl Gustav Jung, (1875-1961), psychiatrist and psychologist
Jul 17 '05 #8
""jcnews" <jc****@earthlink.net>" wrote in comp.lang.java:

[sNip]
I think NetBeans is easier to use (in my very short time with Java), but
Eclipse seems to be what experienced programmers recommend. I started
programming with VisualBasic.NET, but I like the open-source philosophy
much better. I am glad that people made software like Eclipse available
for free...


There are many different editors to choose from. I suggest you try a
number of them before making your choice because everyone has different
preferences and needs.

The editor that I like to use is called MED:

MED - Programmer's Text Editor
http://www.utopia-planitia.de/indexus.html

It's ShareWare, and I registered a 5-user license because I use it on
more than one computer here (the price is reasonable, and was definitely well
worth it to me).

There is a strong trend favouring open source software as well, but
"open source" isn't always what many people generally think it is. For
example, it doesn't mean "free" and there could be other restrictions as
well, so be sure to read the license agreement before you use any product
(regardless of whether or not it's open source).

--
Randolf Richardson, pro-active spam fighter - rr@8x.ca
Vancouver, British Columbia, Canada

Sending eMail to other SMTP servers is a privilege.
Jul 17 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: onTilt | last post by:
Hi, I have few questions and doubts,so please help: Is it true that Runtime class holds runtime information on all objects? Is it true that a subclass has more, or equal amount of...
0
by: Jason | last post by:
Hi guys, I am having problems with VML. I had been working on a problem for sometime now, and I just recently discovered what the problem really was: VML was anti-aliasing my rectangles, but I...
44
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there...
7
by: Maxim Shemanarev | last post by:
I'd like to announce my project called Anti-Grain Geometry. http://www.antigrain.com Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard...
17
by: rgoya | last post by:
Peace be with you! About a year ago, I created a JavaScript which turns any web site into an online anti-war protest: http://www.geocities.com/rgoya/javascript/PROTEST.HTM I have recently...
3
by: Michel | last post by:
Is there a way I can anti-aliasing a gif to be able to get a hi-quality resizeable backgroundpicture. When a GIF of JPG is being resized by the browser you get wurse pictures because it needs a...
6
by: RDavid | last post by:
Hi all, I know I'll probably get a whole host of opinions, perhaps some vocal and some not, but here goes. I've developed in VB for many years and only now have decided that I need to move...
24
by: silversurfer2025 | last post by:
Hello. I do not know whether this really is the right group, but I could not find any group dealing only with GUIs for C++ so here I am. I am currently deciding which GUI to use in my program....
4
by: Mike | last post by:
Hi, I took an interest a few months ago in an anti framebreaker javascript. All my research told me that it was impossible. If a website is loaded into a frame/iframe then if it has frame...
22
by: ddg_linux | last post by:
I have been reading about and doing a lot of php code examples from books but now I find myself wanting to do something practical with some of the skills that I have learned. I am a beginner php...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.