| Thread | Last Post | Replies |
|
| Need help on Swing | 11 Apr 2006 14:53 GMT | 2 |
I am trying to populate a JList in the button click event. So I just defined a vector and then doing list1 = new JList(v); . But have no luck yet. When I tried in the cmd prompt I can see all the values.
|
| Sending SMS message from a wapsite | 11 Apr 2006 13:32 GMT | 3 |
Hi ppl. Is there a way I can send an sms to a mobile number from withina a wap site? If there is please let me know how ASAP. Thanks in Avance'
|
| location of j_security_check | 11 Apr 2006 12:28 GMT | 4 |
I am using Websphere 5.1. I am just curious to know the contents of j_security_check. I dont know where this file resides. Does anyone know in which jar file it is? I tried locating it with Jar browser but no luck.
|
| remove NEWLINE at the end of the file | 11 Apr 2006 11:57 GMT | 9 |
i use the code below to read a text file. try { BufferedReader in = new BufferedReader(new FileReader("infilename"));
|
| lucene problem | 11 Apr 2006 11:51 GMT | 1 |
How to use lucene ? i have seen the documentation still i am not clear. what i have understood is, 1) i have to have a text file..first.
|
| adding another icon to JCheckBox | 11 Apr 2006 11:04 GMT | 1 |
can anyone please tell me how to add another icon in a JCheckBox along with the default icon?
|
| Urgent help on IP Component in Java Swing. | 11 Apr 2006 10:56 GMT | 2 |
I need a java class that can act as an IP component ,basically for entering IP addresses or subnet masks. Can someone help me out ? I need the source code. Thanks a lot.
|
| win32 print queue | 11 Apr 2006 10:37 GMT | 4 |
Is it possible to control a windows XP/2000 print queue using java? What I want to do is have java dialogue box appear when the user prints from any application (web browser , Word etc). The dialogue box would say "this is 3 pages it will cost 60 cents, do you want to proceed?" If
|
| Doubts | 11 Apr 2006 10:03 GMT | 7 |
I am a computer science degree student...I have a couple of doubts... is .net platform independent ? I have learned VB and recently i had gone through a VB.net programming book....I couldnt make a difference between these 2...is there any?
|
| NetBeans: Single file compilation doesn't work | 11 Apr 2006 08:13 GMT | 2 |
Sorry to bother you with this. I tried posting it to c.l.j.softwaretools, but there seems to be very little happening there... My problem: I am trying to compile and run a single test-file in NetBeans 5. The
|
| How to embed a "multimedia player" into java GUI? | 11 Apr 2006 00:18 GMT | 2 |
How to embed a "multimedia player" into java GUI? Environment: WIN XP, jdk1.5.0, Flash 8, ... I need to embed a "multimedia player" into java GUI. It shall be able to:
|
| JSP not reloading using JSTL | 10 Apr 2006 23:59 GMT | 1 |
I'm trying to localize a jsp page using JSTL and resource bundles. My jsp page is made up of one main area of text which I am using resource bundles and jsps to swap languages and a menu which is held in an include file. The user can click on a url on the page to swap
|
| Complex Number IO Help | 10 Apr 2006 23:55 GMT | 3 |
Hello: My current assignmen is to create methods of arithmetic operations for two sets of complex numbers (ordered pairs ab and cd) with the default value set to (0, 0) for both. I was able (with some help from the internet) to
|
| Suggestions on Parsing HTML | 10 Apr 2006 22:39 GMT | 4 |
I'm working on a school project, and I was hoping to get some suggestions from the group. As part of a project I need a program to be able to go to dictionary.com and look up a word a user specifies and return the definition. So far I've figured out how to pull data from a
|
| Class Loading on Different Opperating Systems | 10 Apr 2006 21:47 GMT | 6 |
In an attempt to handle the special CMD+Q on a Mac that resides in the application menu I had to put in the following code: if (System.getProperty("os.name").toLowerCase().indexOf("mac") != -1)
|