Forum: Java Oct 26th, 2008 |
| Replies: 4 Views: 552 Sorry I missunderstood what darkagn meant. Anyway now Im using TitledBorder and everything is fine. Thank you both for your help. |
Forum: Java Oct 26th, 2008 |
| Replies: 4 Views: 552 k... So I just have to use a bordered JPanel. I guess I will have to drag a JLabel on the top of the border to make it look like the picture. Thank you for your help. |
Forum: Java Oct 26th, 2008 |
| Replies: 4 Views: 552 Hello everybody,
I have various components that I want regroup in the same category. I found numerous screenshots on the internet using some sort of frame surrounding items. For instance :... |
Forum: XML, XSLT and XPATH Sep 8th, 2008 |
| Replies: 1 Views: 969 is this possible to have this post deleted by an admin ? I started same topic in C++ forum |
Forum: C++ Sep 8th, 2008 |
| Replies: 2 Views: 522 Hello,
I would like to know what you think about using XML files in order to exchange informations between different processes. I know this may not be the fastest solution but Il still think It... |
Forum: XML, XSLT and XPATH Sep 5th, 2008 |
| Replies: 1 Views: 969 Hello,
I would like to know what you think about using XML files in order to exchange informations between different processes. I know this may not be the fastest solution but Il still think It... |
Forum: C++ Aug 4th, 2008 |
| Replies: 2 Views: 1,688 Hi. I need to use a fstream variable for each instance of my class but...
This one wont work printing some weird errors :
But if I declare the fstream outside of the class' scope, it will... |
Forum: C++ Jul 4th, 2008 |
| Replies: 1 Views: 429 Hi everyone ! Im using Eclipse with CDT (C/C++ Developpement Tools). I often get this error message when starting Eclipse : "An error has occured. See the log file /home/usr/workspace/.metadata/.log"... |
Forum: JSP Jun 17th, 2008 |
| Replies: 2 Views: 1,366 the file doesnt even exist... Creating it and making it 777 wont solve the problem... |
Forum: JSP Jun 16th, 2008 |
| Replies: 2 Views: 1,366 Hi guys !
Whenever I try to run an application I get the same error :
Dont know what is wrong...
Here is the full log :
Hope you can help. |
Forum: C++ May 29th, 2008 |
| Replies: 2 Views: 779 fixed this installing a newer version of the library libstdc++
Download : libstdc++-2-libc6.1-1-2.9.0.so in /usr/lib then type :
Thanks for ur help |
Forum: C++ May 22nd, 2008 |
| Replies: 2 Views: 779 Hi guys ! This has been killing me for 8 hours
Things work well I'm compiling this way :
But when I add a link to /usr/local/sesam/lib/libssv.so that i need
I get : |
Forum: Java Apr 8th, 2008 |
| Replies: 4 Views: 2,160 |
Forum: Java Apr 7th, 2008 |
| Replies: 4 Views: 2,160 from http://forum.java.sun.com/thread.jspa?threadID=5144807&messageID=9536652
Output :
but is it possible to do that without using a script language? |
Forum: Java Apr 7th, 2008 |
| Replies: 4 Views: 2,160 Hi I want to be able to find out the int (or float) value of a variable whoose name is in another string variable
I want 10 to be printed but all I get is :
Can you help me? |
Forum: Java Feb 20th, 2008 |
| Replies: 3 Views: 5,103 |
Forum: Java Feb 20th, 2008 |
| Replies: 3 Views: 5,103 Hi !
. What does this mean?
I have to optimize a program, here is the code :
An image is stored in the array data... whenI remove & 0xFF, It works well so I guess I can remove it unless you... |
Forum: JSP Feb 6th, 2008 |
| Replies: 1 Views: 1,148 Hi!
prints
but when I'm trying to send a query involving 'now' string that contains the datetime, I get this on the sql database . Im only getting the date whereas I should be getting date and... |
Forum: Java Jan 16th, 2008 |
| Replies: 7 Views: 2,323 Im making a P2P application uing JavaRMI so Im storing the lisf of shared files in networks this way :
lets say filea and fileb are shared,
- CRC is the file's checksum
- LENGTH is the file's... |
Forum: Java Jan 16th, 2008 |
| Replies: 7 Views: 2,323 I know. It works perfectly without giving a type to Arraylist but I want to get rid of the warnings |
Forum: Java Jan 16th, 2008 |
| Replies: 7 Views: 2,323 eclipse saying :
The list should be containing some strings and some integers. So what I should write is ArrayList<ArrayList<MyClass>> to get rid off the warning. The problem is I dont know how to... |
Forum: Java Jan 15th, 2008 |
| Replies: 2 Views: 6,763 |
Forum: Java Jan 15th, 2008 |
| Replies: 2 Views: 6,763 What I want to get is something like [ [9] [8]...[0] ]. Instead of that I'm getting [ [ ] [ ]...[ ] ], an ArrayList of empty ArrayLists...
liste seems to be a "pointer" on a list so when I clear it,... |
Forum: Java Jan 15th, 2008 |
| Replies: 2 Views: 4,241 |
Forum: Java Jan 15th, 2008 |
| Replies: 2 Views: 4,241 Hi, I want to use an ArrayList of long but doesnt work. Eclipse changes it to . What to do? I really need an arraylist of long values. Thanks. |
Forum: Game Development Jan 13th, 2008 |
| Replies: 0 Views: 1,214 Hi Im a making a FPS but I have an issue with the mouse. Im making so rotations using glutPassiveMotionFunc. But when its goes out of the screen and enter again, this ruins everything. I know this... |
Forum: C Jan 13th, 2008 |
| Replies: 1 Views: 3,901 Hi. Do you know how to get and set cursor position in C language?
I know this can be done using GetCursorPos and SetCursorPos from Win32 Api but I want it to work on several OS so I cant use Win32... |