| Thread | Last Post | Replies |
|
| .dat source | 20 Aug 2007 13:22 GMT | 1 |
Hello everybody..... I have developed a media player using Java media framwork it is Working fine , but it dose not support .dat format and i also wanted To know how can i add 'volume' ,'pause' and several other controls To
|
| Proxy pattern and java.lang.reflect.Proxy/InvocationHandler | 20 Aug 2007 12:05 GMT | 1 |
I looked at the dynamic proxy classes the JDK has to offer (java.lang.reflect.Proxy and jlr.InvocationHandler etc.). The setup with the generated proxy calling on the InvocationHandler via reflection looks nice at first. However, I wonder what the advantages
|
| IBM Websphere | 20 Aug 2007 10:50 GMT | 1 |
hi everyone... i using IBM Websphere studio application developer v 5.1.2. to create some java projects. but i m not able to debug them. can someone explain me how to debug a .class file made in the above tool? i have
|
| chatting application in java | 20 Aug 2007 10:13 GMT | 1 |
i am developing a website in that i want to include chatting application. please give me guidelines for developing chatting application for my website.
|
| Creating a CustomRenderer with JComboBox for enums | 20 Aug 2007 09:34 GMT | 4 |
I was reading the post about the customrenderer using JCombobox to represent an enum. I have a similar problem which is ,I need to build a table that takes enums and display JCombobox so my customRenderer wont be for one particular enum but for enums in general, do you have
|
| How to call a class from another class | 20 Aug 2007 07:40 GMT | 9 |
I do not know if I am saying that correctly. This is a school project, I do not know how to get data from 2 different files called Client.java and Attorney.java, both having data pulled in by LawFirm.java
|
| Is it possible for me to get the class file of dynamically generated proxy class? | 20 Aug 2007 04:05 GMT | 2 |
I come to the proxy class when I am debugging my application, but I can't get into it. Is is possible for me to get the class file of dynamically generated proxy class so that I can decompile and dig into it?
|
| Low quality printing from Java | 20 Aug 2007 02:34 GMT | 5 |
Here's an example of text printed from Java, it was rendered using Graphics.drawString, sent to a PostScript printer (WPrinterJob is the default printer job) http://yaroslavvb.com/work/curve-noise1.png
|
| Desktop Java app. vs. JSP app. | 19 Aug 2007 22:16 GMT | 2 |
I am planning to develop a client/server app. for a department. The database will reside on a server in the same building. The app. will be accessed on LAN for this building only. I want to know whether I should use Java desktop app. installed on all clients or a JSP app.
|
| PixelGrabber question | 19 Aug 2007 20:03 GMT | 4 |
I'm trying to access a pixels from a part of an image, but it seems not working. How could I access a pixels from only a part of an image?
|
| Development setup under Ubuntu | 19 Aug 2007 18:14 GMT | 4 |
Forgive a possible newbie question. I'm running Kubuntu (Feisty) and would like to learn java using Eclipse. I added the Eclipse package and the GNU gcj package, thinking the GNU solution was the way to go. After playing around with it I've discovered that I'm limitted to
|
| Is JDK required to run a jar file? | 19 Aug 2007 17:53 GMT | 4 |
I have the following problem. I creted App.jar file. In App.java i have a line: Runtime.getRuntime("java -jar DoIt.jar"); Now i want to run App.jar on a computer wher\e there is only JRE and
|
| Possible to group different ints to do one command? | 19 Aug 2007 16:58 GMT | 4 |
I'm writing a code, and to save space I'm wondering how I could do this. There's no easy way to do this so I'll just give an example: int blueCoins = playerBlueCoins; int redCoins = playerRedCoins;
|
| Tomcat 6.0.10 with log4j 1.2.14 | 19 Aug 2007 12:32 GMT | 2 |
I am trying to get the log4j logger to work with tomcat. I have used the following log4j.properties file in the /common/classes directory: log4j.rootLogger=debug, R log4j.appender.R=org.apache.log4j.RollingFileAppender
|
| javac -encoding problem and/or glaring bug ? | 19 Aug 2007 12:22 GMT | 6 |
Consider this file, saved to disk as utf-8, no BOM. --------------------------------------------------- public class x {
|