sound in Java167 (6/27/2003 8:07:52 PM) Hi all! How is possible to change frequency at java's command beep()? Or somehow? I need two different beeps in my application. They should be only a kind of beeps and not playing MIDI or something similar. ... branko.kaucic(3)
3d to 2d mapping152 (6/27/2003 9:22:25 PM) I'm trying to write a little script that draws dots into a 3d space. It is very small and has only 30 dots (5 by 6). These dots are on fixed x, y positions but I need to position them on various z positions. I ... sodamnmad1(30)
jigsaw's jdbm060 (6/27/2003 10:05:04 PM) I like that I can use the jigsaw outside if jdbm. For writing j2me (personal java) that don't have any sort of record manager on the device I want to also use jdbm there. However jdbm requires some of the file ... mikee(650)
Identical form validation in JSP and javascript?049 (6/27/2003 8:46:28 PM) Is there a library of form validation that works across Javascript and in JSP? Maybe an array of types identified by a string and regular expressions? Also, I've heard alot of people say an object reference is... timjowers753(74)
File getName method behaviour on different OS!155 (6/27/2003 7:05:14 PM) I try this code: File file = new File(args[0]); String filename = file.getName(); System.out.println("file name : " + filename); I run it on windows with these arguments: /opt/test/test1.txt c:\... pouetk(1)
run application149 (6/27/2003 12:28:10 PM) Tell me how to make convert appln into exe. or tell me how run appln in a way similar to one we an windows application. ... nishit_014(1)
DBCP / Tomcat / MSSQL, connections staying active046 (6/4/2003 6:29:26 PM) Hi all, I have a connection pool going to MSSQL, running under Tomcat. Very slowly, my connection pool fills up. Can anyone think of any reasons why this would happen? I've checked through my code a few time... nospam_googlegroups(27)