| Thread | Last Post | Replies |
|
| Improve Java Code | 12 Jan 2008 02:23 GMT | 25 |
I have a below code I use a lot in my Java Program. u1,i,j,u2,ux,mz are integer Arr1 is char[] BigARRAY is int[]
|
| How to tie | 11 Jan 2008 22:13 GMT | 18 |
I'd like to tie a Java array to some code so when the array is accessed my code gets run. Is there some simple way to do this in Java?
|
| How to extends a class at runtime? | 11 Jan 2008 21:45 GMT | 5 |
I don't know whether the subject is proper, sorry for any confusion. Now, I have a class A, which is not controlled myself and I can only get an instance of it at runtime. However, I want to do some adapter work to it, such as altering its interface.
|
| Get back leading zeros! | 11 Jan 2008 21:30 GMT | 6 |
The method Integer.toHexString(int i) convert his argument to a string of ASCII digits in hexadecimal (base 16) with no extra leading 0s. Good, but... i need those extra leading 0s! How to get back them?! Help!
|
| Convert int to char array (easy but...) | 11 Jan 2008 19:11 GMT | 7 |
What I want to do exactly is this: I need to split (in a binary way) an Int into two bytes. Something like: int value : 340
|
| AffineTransform | 11 Jan 2008 17:21 GMT | 4 |
For a my PhD project I'm programming a simulator in which a road network is displayed on a small map. This happens inside an extended JPanel. The size of the road network is larger than the size of this JPanel, so I applied an AffineTransform, such that the road network is ...
|
| Re:WeakHashMap | 11 Jan 2008 17:07 GMT | 1 |
i need to create a map having properties both insertion order and week reference. can i use Map map = new LinkedHashMap(new WeakHashMap());
|
| Calling an MFC-Socket vom Java | 11 Jan 2008 16:46 GMT | 9 |
I have an C++/MFC-Program that creats a socket server via a class derived from CSocket. In its ::OnReceive()-Method it does its job. In a Java-Class, this socket is opened (new Socket()) and its Input- and OutputStream used for communication.
|
| eclipse debugging and standard input | 11 Jan 2008 16:16 GMT | 1 |
My program is a parser that accepts standard input and should be executed like: cat file.txt | javaprogram I want to debug it, but I do not know how to put stuff into my program
|
| Array Checking in Java. | 11 Jan 2008 14:44 GMT | 10 |
I want to know is it possible to do Array Calculation in one step? FIRST _________ Say I have array[100]; I want to assign each of them a Value of 0; In
|
| initialize string array | 11 Jan 2008 12:18 GMT | 8 |
String[] arr = new String[3]; this allocate the size but all cell will contain null. how can i initialize the string will 'a' or blank. Tarun
|
| SAX and invalid chars | 11 Jan 2008 11:29 GMT | 3 |
My Problem is that I have to parse an XML file that contains som invalid chars (i.e. 0x0E or 0x1E) So running this normally will break parsing. Though easy solution I could think of would be create a stream to pipe
|
| Question on print button | 11 Jan 2008 11:10 GMT | 2 |
hi to all, i am new to corejava. I created a print button in my appliation.When i click the print button it's displaying every thing that printer need. But the problem is printer machine not responding .
|
| this.showStatus not working... | 11 Jan 2008 04:41 GMT | 5 |
does not work when used with IE7 and Sun´s JRE works with IE6 and Sun´s JRE works with IE7 and MS VM any clues?
|
| Configuring javadoc with eclipse | 11 Jan 2008 01:23 GMT | 2 |
Can anybody tell how to configure javadoc with eclipse? Thanks in advance,
>>Lew your answers are good keep it up |