| Thread | Last Post | Replies |
|
| cheap, Chanel ,hat ,Cap ( paypal accept ) ( www.world-wholesaler.com ) | 25 Mar 2008 18:13 GMT | 2 |
cheap,nike,sneakers, ( paypal accept ) ( www.world-wholesaler.com ) cheap,nike,sneakers, ( paypal accept ) ( www.world-wholesaler.com )
|
| cheap,Air Max, 87 ,shoes ( paypal accept ) ( www.top-saler.com ) | 25 Mar 2008 18:02 GMT | 1 |
cheap,nike,sneakers, ( paypal accept ) ( www.top-saler.com ) cheap,nike,sneakers, ( paypal accept ) ( www.top-saler.com )
|
| Work Group | 25 Mar 2008 13:58 GMT | 1 |
I've been given a laptop at work and it's on workgroup. it's has a wireless network. I have a little problem, i just want to know what is a work group and whether is there an administrator who watches you in a work group and
|
| Heap dump file size vs heap size | 25 Mar 2008 13:54 GMT | 1 |
Do you know how heap dump file size is related to heap size itself? I've multiple heap dumps created using jmap on Solaris using Sun JVM 1.5.0_09 and somehow filesize doesn't relate to heap size itself. Disproportions are quite big actually (even 500MB - 1GB)
|
| Emoticon text parser | 25 Mar 2008 11:34 GMT | 14 |
how do I write a text parser that will detect many ":-)", "]:->" strings so that they can be replaced with small icons a text component? Can someone direct me to some classes which might be useful? Pattern? Looks complicated... BTW there's no real pattern in
|
| JUnit 4.4 expected exception not working? | 25 Mar 2008 09:01 GMT | 6 |
I am fairly new to JUnit so maybe I did something silly here. I have the following in a test case: @Test (expected=ArrayIndexOutOfBoundsException.class) public void testOutOfRangeChannel() {
|
| Redirecting System.in , System.out to JTextArea | 25 Mar 2008 08:50 GMT | 1 |
I need to know how to redirect System.in and System.out to a JTextArea. The following is my initial attempt to write it's code. I know it's missing alot (maybe major) stuff. --begin--
|
| Remove in Heap | 25 Mar 2008 05:09 GMT | 3 |
I have implemented a heap using Vector class.But I couldnot implement the removeMin() function to remove the smallest element.Can anyone help??
|
| Create String from char - so difficult?? | 25 Mar 2008 05:08 GMT | 18 |
How to create new String having one char. Is it really only way to create new char array that has length one and using it create string? char a = 'a'; String ss = new String ( new char[] {a});
|
| Any suggestions of doing refreshing data in a web module? | 25 Mar 2008 04:57 GMT | 2 |
Some data(xxx.txt) may be updated at some time. I start a new thread to refresh the data. Below is the code: public class IPLookerServlet extends HttpServlet {
|
| Java CLASSPATH question | 25 Mar 2008 03:37 GMT | 10 |
I am writing a simple application that uses the Apache Commons Codec. I'm running (or at least trying to run) this app on AIX 5.2. My app, called Xpacket, compiles fine. The class file is ~/src/ Xpacket.class
|
| Filter Spam - Make Spam Get Out Of your Inbox.(thunderbird spam filter) | 25 Mar 2008 03:25 GMT | 3 |
thunderbird spam filter, How much time do you spend every day to delete spam or read them? Definitely a sizable amount of the precious productive time is spent on dealing with spam. Almost all internet users using emails and
|
| CompareTo for Objects | 25 Mar 2008 03:19 GMT | 4 |
Can anyone help?All I want to do the following in one of my program:- Object p=.................;//some object corresponding to my program.But I couldn't do if(p.compareTo(object k)<=0)
|
| String.charAt() returns wrong char | 25 Mar 2008 03:05 GMT | 11 |
I need to have byte (or array of bytes) for some reason and I wont to store it temporary in String. Unfortunately String.charAt returns bad characters in case when byte a>127. Why? int aa=0x92 ;
|
| knowing when images have been loaded. (mediatracker not suitable) | 25 Mar 2008 02:51 GMT | 5 |
I'd like to load N (3 < N < 100) images from an applet. In order to have a non blocking applet UI I'd like to load all images from a separate thread. Every time a new image has been completely loaded I would like to be
|