Windows « Graphics « Java Swing Q&A





1. Printing from swing on Mac & Windows - Where is postscript support?    stackoverflow.com

I'm printing a complicated swing application UI to a physical printer via an Airport. I've got Mac & windows machines both printing to the same printer. Printing from the ...

2. Possible to send PCL from Java to Windows printer?    coderanch.com

I would like to be able to send a file to a WIndows printer in PCL format from my Java app (I've already constructed and verified the PCL in Unix), but am at a loss... anyone have experience with this? I have been able to send the PCL file via FTP, or by opening a Socket to the printer, but would ...

3. Windows 7 not paint correctly Swing controls    coderanch.com

I'm on a WinXP machine right now, so I can't check out Win7/SystemLookAndFeel till I get home, but you could try updating your graphics driver(s). Also check whether any custom system properties / theme has been set. edit No, on Win7 I get a rather bright blue as the selection background and the borders are normal.

5. Windows 7 not paint correctly Swing controls    forums.oracle.com

Hello everybody. My swing application runs in Windows XP with JDK 1.4. When installed on Windows 7, the Swing controls have no visible borders. With JDK 1.6 the controls are very similar to Windows XP (now the color border appears) but the colors (combobox, background cells of JTable, ...) are BLACK instead of BLUE which is how it appears in XP. ...