Re: [AI] Accessibility issues with java applets

2012-04-11 Thread Saji Mathews
Even you can try another editor called EditPlus.  Connect the Java Aps
with EditPlus , it would give better accessbility and you 'd be able
to work atleast the Aplets.

SAJI


Search for old postings at:
http://www.mail-archive.com/accessindia@accessindia.org.in/

To unsubscribe send a message to
accessindia-requ...@accessindia.org.in
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in



[AI] Accessibility issues with java applets

2012-04-10 Thread aditi shah
hello,
I am learning java and I have come across a major problem in testing my applets.
Coding and compiling is fine but when it comes to output jaws doesnt
speak anything.
I have tried both appletviewer and also tried viewing them using a browser.
I am using jdk1.7.0 with jaws 13.0 and windows xp.
Anyone who has ever worked with applets kindly help me out.
Thanks and regards
aditi


Search for old postings at:
http://www.mail-archive.com/accessindia@accessindia.org.in/

To unsubscribe send a message to
accessindia-requ...@accessindia.org.in
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in



Re: [AI] Accessibility issues with java applets

2012-04-10 Thread Shreedhar TS.
Hi, I also had faced similar issue while learning. Whatever JDK or
browser you use, You will have this issue. It happens when you use the
method/function public void paint(Graphics g)
{
g.drawString(msg, 10, 100);
}' It actually draws the graphic. Instead of this consider using any
printing option for the message; or please try to use the built in OCR
in the JAWS13. I did test my applet using OCR.
Hope this helps you. If you need more help, please do contact me off
the list at tss@gmail.com

On 4/11/12, aditi shah shahaditi1...@gmail.com wrote:
 hello,
 I am learning java and I have come across a major problem in testing my
 applets.
 Coding and compiling is fine but when it comes to output jaws doesnt
 speak anything.
 I have tried both appletviewer and also tried viewing them using a browser.
 I am using jdk1.7.0 with jaws 13.0 and windows xp.
 Anyone who has ever worked with applets kindly help me out.
 Thanks and regards
 aditi


 Search for old postings at:
 http://www.mail-archive.com/accessindia@accessindia.org.in/

 To unsubscribe send a message to
 accessindia-requ...@accessindia.org.in
 with the subject unsubscribe.

 To change your subscription to digest mode or make any other changes, please
 visit the list home page at
 http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in




-- 
Thanks and regards.
ಶ್ರೀಧರ್ ಟಿ ಎಸ್, ಅಬಸಿ
Shreedhar T S, Abasi

To accomplish great things, we must dream as well as act

 Mobile:  9980989171

Yahoo chat ID:  tss_abs

Skype: shree475

Blog: http://shreeword.blogspot.com/

ದೃಢ ಸಂಕಲ್ಪವಿಲ್ಲದಿದ್ದರೆ ಗುರಿ ಸಾಧಿಸುವುದು ಕಷ್ಟ


Search for old postings at:
http://www.mail-archive.com/accessindia@accessindia.org.in/

To unsubscribe send a message to
accessindia-requ...@accessindia.org.in
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in