| Thread | Last Post | Replies |
|
| final variables as parameters due to action listeners | 02 May 2006 18:41 GMT | 6 |
I have the following code which complains with 'Cannot refer to a non-final variable controlPanel inside an inner class defined in a different method': private void addPanelListeners(PanelAddRemove controlPanel) {
|
| Generics compiler warning | 02 May 2006 17:48 GMT | 3 |
I was trying to create a generic compare method for objects of different type. If both objects are of the same type and implement Comparable then use the compareTo method. Else use their toString method and compare their results.
|
| how to change the background image of Jtable Cell | 02 May 2006 16:13 GMT | 1 |
I want to change the background image of a cell in a JTable,when i click on it... plz help...
|
| how to find out which ant the eclipse is using | 02 May 2006 15:57 GMT | 1 |
how to know which ant (I installed multiple version of ants in my box) my eclipse uses? (i configed eclipse a while ago, not sure which version of ant I am using now). Thanks,
|
| Certified Java Nutter | 02 May 2006 15:48 GMT | 4 |
HI,Can anybody tell me what sort of jobs i should be looking for now as i've have been certified in the programming world... Maybe i could help some of the people out in here, just to get some more experience with my 1st love which will away be java.
|
| calender problem | 02 May 2006 15:46 GMT | 1 |
I have a calender and a textbox below it. Whenever i click on that calender, popup calender appears and the textbox below that popup window overlaps that popup window. What is the solution for this??
|
| how can i set up the admin page to my own path? | 02 May 2006 12:07 GMT | 3 |
i use Apache Tomcat 4.1, and i have a admin page "/admin/index.jsp" under the root, the problem is when i browse the page http://localhost:8080/admin/index.jsp, the result is not go to my page, it returns the tomcat 's default admin page, what can i do?
|
| JMX advantages over RMI | 02 May 2006 11:23 GMT | 3 |
Can someone explain to me what are the main advantages of using JMX rather than using the just RMI ?
>From what I understood so far, JMX is just a more convenient way of RMI, but I'm sure I'm missing something out.
|
| instanceOf operator new bie question | 02 May 2006 11:12 GMT | 14 |
I am using Java 1.4.2.x I wrote following code: NumberFormat df; df = NumberFormat.getInstance();
|
| system wide hooking | 02 May 2006 10:30 GMT | 4 |
Is it possible to implement system wide hooking in Java. I need to catch keyboard/mouse events.
|
| Evaluating Expression | 02 May 2006 10:07 GMT | 1 |
Currently i have a java program that does the importing of excel to the database. Users are using ant scripts to run the tool. Users would have to specified something like
|
| Run Batch File From Jar | 02 May 2006 09:50 GMT | 3 |
Hi Friends , I Am A Java Programmer. I Am Developing A Program Which Will Call A Batch File And I Have Added That Batch File In Jar. But It Is Not Working. It Is Working Very Well Outside Jar File.
|
| Struts Mysql connection | 02 May 2006 09:42 GMT | 3 |
I managed to make a login form that works in Struts. Now i want to make a connection with MySql Database (created already) Anyone know a site or can someone explain how to do it in struts. Thanks in advance.
|
| JavaWhat.com - Java Resource Directory with Java API lookups and Java news | 02 May 2006 08:39 GMT | 1 |
JavaWhat is Java resource directory based on public categories. With JavaWhat, users can suggest categories and add their own web pages for later use, and share web pages with other people too. JavaWhat has most of useful and latest Java APIs and powerful search. Users can search
|
| can i submit 2 jsp pages to the server at a single button click. | 02 May 2006 08:15 GMT | 8 |
all java gurus, I am facing trouble with this issue. can someone please help me in this regard. scenario is like this:
|