U-Law compressed sound - best format when extract from .mov?648 (12/18/2005 12:16:44 AM) comp.dsp I have some Quicktime MOV's that I recorded on my camera with the lens cap on, purely for the sound. Player software indicates the sound is recorded as U-Law, 16KHz, 8bit, mono. I want to extract the sound to... Andrew
JavaDocs for JMF?460 (12/17/2005 1:40:36 AM) comp.lang.java.programmer Where are the JavaDocs for the Java Media Framework? [1] ( Preferably for on-line browsing, but as part of a download bundle would be sufficient ) Notes: 1) Searched for (javax.media.format.)VideoFormat usin... Andrew
JWS from 'current directory'042 (12/10/2005 4:23:48 PM) comp.lang.java.programmer This seems to allow JNLP descriptors to set the codebase to the current directory codebase='file:.' Here is an example (a tiny - 5Kb, sandboxed application) . Does this example load OK for you? (If ... Andrew
BrowserLauncher - JWS example1044 (12/8/2005 4:08:35 PM) comp.lang.java.programmer I have made a JWS'd implemenation of BrowserLauncher (BL). . There are a couple of reasons I made this JWS'd version.. - It is a convenient way to use BL for the PhySci applications. - As an easily viewable e... Andrew
JWS/JOGL test..2142 (10/14/2005 1:27:39 AM) comp.lang.java.programmer I am attempting to launch previews of JOGL[1] based Saverbeans[2] screensavers. A test on one of them has returned mixed results and I would appreciate further test results. Note that it takes around 6 Megs, ... Andrew
<APPLET> or <OBJECT>/<EMBED>?060 (9/30/2005 2:46:35 AM) comp.lang.java.programmer There are regular threads asking whether the or nested / elements should be used to place applets in web pages. I have searched Sun's site a number of times to find what Sun themselves advise, and previously ... Andrew
Self-signed security certificates.. (oh, the evil)6353 (9/10/2005 1:53:20 AM) comp.lang.java.programmer There are a number of ways to get a security certificate that will (if accepted by the end user) allow applets and other projects to gain extended privileges. However, signing an applet or application can be ... Andrew
XML Validation839 (8/27/2005 7:14:16 AM) comp.lang.java.programmer There are some XML documents that I am attempting to validate against DTD's, XSD's & most lately, Schematron and Relax-NG style validation documents. Although both of the latter are mentioned in the documentat... Andrew
Write animated / cycling GIF's438 (8/3/2005 3:50:30 PM) comp.lang.java.programmer I am writing a small 'screenshot' task for animated components (screensavers). So far I have managed to grab images of the component and save them to disk as a *series* of images, but I was wonderring if the... Andrew
read and write a cookie from an applet754 (1/6/2006 9:17:58 PM) comp.lang.java.programmer It is possible read or write a cookie from an applet? I need only set the value of a variable setted from user from remember it in next use, as setCookie(String name, string value). The cookie must be set cli... mNmOeScPgAfMl(26)
How to load java app from exe binary1164 (1/6/2006 7:17:08 AM) comp.lang.java.programmer I'm wondering how to load java app from a single exe file, just like eclipse, in which eclipse.exe file launches all eclipse application written in java. Does anyone know how to write such exe file using c or ... zhengwt(42)
Can I open a zip file thats within a jar file?1645 (1/6/2006 6:17:34 AM) comp.lang.java.programmer I'd like to open a zip file of sound bites. This zip file is within a jar file. The only way (that I see) to open a zip/jar file requires a File, or String. Apparently you cant open a zipfile by simply doing... U
javax.jnlp -- how do I access this package?150 (1/5/2006 8:58:32 PM) comp.lang.java.programmer I have Java Web Start installed on my machine, I can run Web Start applications from my browser, but when I try to write code accessing the Web Start APIs the compiler complains that there is no such package. ... cburke2472(4)
Get the size of allocated objects1033 (1/5/2006 12:05:49 PM) comp.lang.java.programmer Hi to all ! Is it possible to get the size of RAM occupied by one or more java objects ? My problem is that I've a long-running thread that continue to allocate RAM even if it shouldn't. I've debugged the cod... fuffalist(2)
recalculate layout449 (1/5/2006 11:38:51 AM) comp.lang.java.programmer Hi, during execution I'm changing the preferred size of some components. These are contained in a JPanel with a borderlayout. However when updating the layouter does not change the size of the components wit... tomba(18)