Bug in System PLAF for JFileChooser146 (2/17/2010 2:28:01 AM) comp.lang.java.programmer I started a thread over on the Sun forums. JFileChooser PLAF/file filter test I would appreciate some more test results before submitting a bug report. Can any of the kindly folks around here run the source ... Andrew
Mac/*nix test of JWS splash637 (1/11/2010 10:51:08 AM) comp.lang.java.programmer I started a thread over at the Sun forums to test JWS splashes. At the moment I have a variety of test results suggesting they work for many Windows JREs, but they don't seem to work on this Ubuntu Linux box,... Andrew
Mime-Type applet - test1244 (11/11/2009 11:23:08 PM) comp.lang.java.programmer There is a new mime-type check applet available. The applet can be configured by URL query parameters, and provides a text field to specify an User-Agent string for those servers that (sensibly) refuse connect... Andrew
The JRE, the sound, or the code?537 (10/5/2009 2:46:26 AM) comp.lang.java.programmer I am having a devil of a time trying to develop a new sound format. After abandoning my earlier efforts on the basis that I could not reconstruct the binary representation to a usable sound, I revisited the pr... Andrew
Test - trust in JNLP exntensions648 (10/1/2009 1:46:46 AM) comp.lang.java.programmer I am having a problem with launching a trusted app., and was wondering if I could get some more test results. It is at http://pscode.org/lib/dukebox-all.jnlp (for further details on DukeBox, see http://pscode... Andrew
Change Clip using reflaction435 (7/23/2009 9:02:23 PM) comp.lang.java.programmer The javax.sound.sampled.Clip is a handy little class for small clips, but it does not handle large clips (even if the JRE has increased memory). I am trying* (and failing**) to alter the returned clip to suppo... Andrew
'Unrestricted' option of the AppletViewer.253 (6/20/2009 2:25:51 AM) comp.lang.java.programmer What is the purpose of the 'Unrestricted' option of the AppletViewer? Try this.. 1) Save the SSCCE to a convenient location (including the first comment line that defines an applet element for it) 2) prompt>ja... Andrew
JWS source code availability655 (6/18/2009 1:10:00 PM) comp.lang.java.programmer I started a thread on the sun forums a while ago, seeking the source for classes in the com.sun.javaws package. A gcooney popped into the thread, claiming to be looking at the source at that moment, but I cou... Andrew
Detecting overridden methods..246 (6/2/2009 5:25:19 AM) comp.lang.java.programmer I was just writing a multi-line comment for some code for appleteer, about a little hack that is intended to overcome a problem with the current version. /* This little hack allows us to overcome the 'applet o... Andrew
Java 1.0 rt.jar availability?548 (4/10/2009 2:28:35 AM) comp.lang.java.programmer I have developed a cross-compilation compiler with a GUI. It currently supports Java versions 1.1 through 1.6, with support for 1.7 imminent. Mostly for the purposes of claiming 'complete coverage', I would l... Andrew
Simple BorderLayout problem1548 (2/15/2010 4:50:58 PM) comp.lang.java.programmer Hello, I have a problem with BorderLayout, and I bet it's really simple. I have JPanel with a TitledBorder (like a "group" widget) and this JPanel contains a button. Now I want to displays this JPanel center... no.i.dont(32)
Capture image from webcam in java259 (2/16/2010 10:13:06 AM) comp.lang.java.programmer Hi I'm looking for a solution to capture the image from webcam and microphone, in pure java without any 3-part applications. I should be grateful for any help ... cs104(6)
Bug in System PLAF for JFileChooser146 (2/17/2010 2:28:01 AM) comp.lang.java.programmer I started a thread over on the Sun forums. JFileChooser PLAF/file filter test I would appreciate some more test results before submitting a bug report. Can any of the kindly folks around here run the source ... andrewthommo(2516)
Java app installer1253 (2/21/2010 4:16:26 PM) comp.lang.java.programmer Looking for a (ideally) freeware installer for my applications so the user can just hit "Install" and they get put in the correct folders (XP) with desktop icons associated. Nothing complex required - no regi... dirk.bruere(465)
sscce.org6168 (9/18/2010 5:09:54 PM) comp.lang.java.programmer sscce.org has not been responding the last few days. Has it died
permanently?
--
Roedy Green Canadian Mind Products
http://mindprod.com
You encapsulate not just to save typing, but more importantly, to ... Roedy
tools for programming applets8941 (5/20/2011 9:43:04 PM) comp.lang.java.programmer All, I was looking to do some quick java development of applets. Here's my situation: 1. I have a static server (ie: that I cannot touch) which serves my client data (and applets). 2. a bare-bones client prog... ed.peschko(16)
Applet Question #21946 (10/26/2011 5:54:51 PM) comp.lang.java.programmer I'm trying to get a simple applet I wrote working in Firefox 7.0.1 but it's not loading. I was advised to look at the Java Console to see what's going wrong - such as which class is not loading - but I can't... Novice