| Thread | Last Post | Replies |
|
| Buttons and events? | 14 Nov 2003 16:24 GMT | 1 |
I need some help understanding how to have a button create a shape on a panel. do I use a onClick g.draw oval command at the button or somesort of Action Event?
|
| Defeating Pop-up stoppers? | 14 Nov 2003 15:37 GMT | 16 |
Hello Programmers, I am looking for either Java Script (OR HTML etc) to DEFEAT Pop-up Stoppers e.g It will bring up a window that will
|
| online serialization | 14 Nov 2003 11:08 GMT | 1 |
I'm writing an applet that will create objects and serialize them to be read later by another applet. Can I serialize them just as I would on my hard drive, or do I have to mess around with a bunch of client/server stuff? thanks,
|
| String vs String Buffer | 13 Nov 2003 23:19 GMT | 6 |
I'm not sure I see why string buffers are neccessary. s = s + "text"; seems to work just fine for me... -frl
|
| Need help counting strings | 13 Nov 2003 21:32 GMT | 10 |
just want to know how to take a search done in a java app for a string, and then count how many times that string was found in whatever it was that i had it set looking in.. thank you for your help
|
| I am new at Java and need some help! | 13 Nov 2003 20:29 GMT | 2 |
I am trying to read a properties file, that looks like this: key1=value key2=value2 key3=value3
|
| Some problem with J2EE | 13 Nov 2003 14:19 GMT | 3 |
My system (Windows 2003 Server on D: drive) is so configured: J2SDK 1.4.2 under D:\j2sdk142 J2EE 1.3.1 under D:\j2sdkee1.3.1 I have set the environment variable as follow:
|
| barcodes/upc question/help | 13 Nov 2003 09:19 GMT | 2 |
I need to get some input on barcodes/upc. Is there any code or program that I could use with Java that will take numbers and letters and turn it into a barcode/upc image(jpg). Thanks -Dale
|
| most efficient collection for.. | 13 Nov 2003 02:51 GMT | 1 |
I wish to create keys to a very large array of random data in the order which I put it in. The unique aspect of this array is it's element's string's name. I think I should use either a set or a map, but I'm not sure. I'm placing a premium on data access time here, so I can't just ...
|
| Update Calendar object? | 12 Nov 2003 22:25 GMT | 1 |
I've written a program which uses a GregorianCalendar object to display the date in a different kind of calendar. I'd like the program to "update" itself so that it stays current, i.e. accesses Calendar.DAY_OF_YEAR at midnight. I'm at a loss on how to do this, any
|
| page/url link won't open | 12 Nov 2003 17:41 GMT | 2 |
I am running winxp pro on both laptop /desktop and IE version 6, when I click on the follwing link with my laptop, it opens fine in a new window. with my desktop it won't, and I get the following error, javascript:openWrapperPZN('noWrapper','http://www.btopenworld.com/esp/webmai
|
| Array operations | 12 Nov 2003 13:29 GMT | 1 |
Just been looking at a method in this class: http://java.sun.com/j2se/1.4.2/docs/api/java/util/ArrayList.html i want to be able to use the set method, bus how does this apply to 2 dimentional arrays? Or is there an alternative method?
|
| Working with files | 12 Nov 2003 05:25 GMT | 2 |
I'm attempting to write a program that does the following (*note this is for my own personal knowledge, not for any "homework" assignment) given a file (in this case the file is file.bin)
|
| Newbie question...looping and appending text strings? | 12 Nov 2003 03:45 GMT | 6 |
Hi, newbie-level question from someone doing a project in an introductoary-level java class (college). Our professor wants us to input lines of text one after the other, and then append each one to the previous line with a \n, so that we end up
|
| Permutations | 12 Nov 2003 03:42 GMT | 10 |
As part of a much larger project, I'm trying to generate all the possible permutations of n digits (where n is about 10-15). I had thought something this basic would have been supported somewhere, but I can't find it in the Sun reference stuff. Anybody know of some source code ...
|