We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › MediaSizeName.ISO_A10 but no .JIS_CHOU_40
Page Index Toggle Pages: 1
MediaSizeName.ISO_A10 but no .JIS_CHOU_40 ? (Read 431 times)
MediaSizeName.ISO_A10 but no .JIS_CHOU_40 ?
Jan 26th, 2010, 12:32pm
 
So ok I have another topic about CUSTOM page size
but on the side I also try to use different approaches.

Why does this work
Code:
aset.add(MediaSizeName.ISO_A10); 


But this doesn't
Code:
aset.add(MediaSizeName.JIS_CHOU_40); 



It's implemented as the manual states:
http://java.sun.com/j2se/1.4.2/docs/api/javax/print/attribute/standard/MediaSize...
Page Index Toggle Pages: 1