| Thread | Last Post | Replies |
|
| Graphics2D question | 21 Mar 2008 23:39 GMT | 19 |
I want to build my application from three main classes. 1. A frame class to handle file operations. 2. A Drawing panel to render images to. 3. An engine to perform the actual rendering.
|
| begginer level java tutorial | 21 Mar 2008 18:02 GMT | 6 |
http://www.javabeginner.com/index.htm ^^ Is this a good one in your opinion ?
|
| BigInteger Class | 21 Mar 2008 13:50 GMT | 9 |
Is there any way to write all the numbers in BigInteger object without calling toString()? I was testing a very large number and most of the time is wasted in toString.
|
| Please provide some feedback - convert byte array to integer | 21 Mar 2008 12:30 GMT | 2 |
Could some Java guru please provide some feedback ? I am provided with an array of bytes - coming from a physical device and I want to convert them to integers. To do this, I am taking 4 bytes at a time and converting these to integers. Is that correct ?
|
| events in netbeans | 21 Mar 2008 12:30 GMT | 2 |
i am running netbeans 6.0.1 SE edition with jdk 6.0 update 5. I had netbeans auto generate a desktop application project. when i tried to look for open or closed event, all i found was propertychange event. how can I add the other events like open or closed event onto the
|
| Print possibilities | 21 Mar 2008 12:01 GMT | 1 |
Given the a number is 3, what codes print the following lines? 1 2 3 1 3 2 2 1 3
|
| method calling [writing methods cont.] | 21 Mar 2008 05:37 GMT | 5 |
First of all, you have all been so helpful, thank you n.n. Just one more question though (sorry it is a new topic, but due to all the spam posts, I thought posting it as a new topic would get me better results). Can someone give me a basic (like...the most beginner-form)
|
| Writing a method [beginner] | 21 Mar 2008 03:47 GMT | 10 |
So we have a test tomorrow on writing methods, and I thought I understood it...until I looked at some examples and realized....I don't know how to actually write one. So far I know:
|
| Sharepoint developer-6monthscontract- san jose-sure shot closure-direct client | 21 Mar 2008 01:14 GMT | 1 |
We have an urgent opening for Sharepoint Developer with our top client in San Jose. This is a 6months contract with possibility of extension. If you are interested, please send us your updated resume along with asking rate and your current location.
|
| JScrollPane | 21 Mar 2008 00:43 GMT | 3 |
I need scroll pane which does not resize its child. I.e. the child must always keep its preferred size. If the scroll pane it bigger than the child, the child should be aligned to the scroll pane's center.
|
| Convert float to string | 21 Mar 2008 00:42 GMT | 3 |
hexcalc.java:119: toString() in java.lang.Object cannot be applied to (float) System.out.println (Math.toString(theExp)); ^
|
| to get local Date... | 20 Mar 2008 22:56 GMT | 13 |
I want to get local Date from windows. this date depends on what windows is installed(English, German). For Example: English windows time: 3/18/08 9:21 AM German windows time: 18.03.08 09:22
|
| Converting Integer to any base | 20 Mar 2008 22:41 GMT | 3 |
Recently on a coding test , I was given a problem to write a program that converts an integer to any given base between 2 and 16 (inclusive). I had written it in C# as this code is available to viewers at
|
| Hii.. Friends | 20 Mar 2008 17:59 GMT | 1 |
Hii.. Friends Success usually comes to those who are too busy to be looking for it. http://www.onlineprofitss2u.blogspot.com
|
| javac -source 1.6 -target 1.4 | 20 Mar 2008 15:35 GMT | 16 |
In a post to this newsgroup recently I mentioned that I've never seen source and target used where there was a difference in the values supplied. A reader on this newsgroup replied indicating that normally they were different in his application of them.
|