Forum: Java Mar 26th, 2008 |
| Replies: 0 Views: 2,094 Hello,
I have a problem setting a default button with Java Swing.
I have a JFrame containing one JPanel and one JMenuBar. This panel contains some textfields,
a list and some buttons. At the... |
Forum: IT Professionals' Lounge Feb 16th, 2008 |
| Replies: 2 Views: 892 Hi,
At the end of this year I will graduate as an IT'er. This week I've been asked to join a doctoral project next year. The professors told me an IT-doctorate is a practical doctorate so I'll still... |
Forum: IT Professionals' Lounge Feb 9th, 2008 |
| Replies: 1 Views: 1,093 Hi,
In a couple of months I will graduate as an IT-master. I have already looking around
at some vacancies. But it's not easy to find jobs that complies with my profile.
There are so manny... |
Forum: C++ Feb 9th, 2008 |
| Replies: 2 Views: 714 I don't think it is your merge function but the sort function.
You're starting to fill in B in the beginning but you have to start at l1.
So the inititial value for k has to be l1, not zero. |