1. Download org-netbeans-libs-junit4.nbm manually
http://dlc.sun.com.edgesuite.net/netbeans/updates/7.2.1/uc/final/certified/modules/extra/org-netbeans-libs-junit4.nbm
2. Download extra/org-netbeans-modules-junitlib.nbm manually
http://dlc.sun.com.edgesuite.net/netbeans/updates/7.2.1/uc/final/certified/modules/extra/org-netbeans-modules-junitlib.nbm
3. Go to Tools > Plugins > Donwloaded > Add Plugins > Browse the two nbm files that you have downloaded.
4. Tick the JUnit, and JUnit 4 > Click Install.
Credit :
http://woodstechchannel.blogspot.com.au/2011/12/install-junit-plugin-manually-in.html
Tuesday, January 29, 2013
Monday, April 26, 2010
Brava Free DWG Viewer
Stumbled across this and was nicely surprised. Very cool tool.

Available here.
Matt
Stumbled across this and was nicely surprised. Very cool tool.

Available here.
Matt
Sunday, July 26, 2009
Saturday, July 18, 2009
QT just gets better and better
I always found desktop app development using VC++ 6 and MFC a bit... tedious, especially next to many of the alternatives.
Years and years ago I found VB really easy. Years ago I found Delphi easy. In the last 10 years I've mostly been using Java Swing and I feel I can be very productive without much pain as well.
Well, surprisingly QT is a smooth ride. I never really checked it out until recently but I have to say I really like it.

QT Creator just gets better and better.
Matt
I always found desktop app development using VC++ 6 and MFC a bit... tedious, especially next to many of the alternatives.
Years and years ago I found VB really easy. Years ago I found Delphi easy. In the last 10 years I've mostly been using Java Swing and I feel I can be very productive without much pain as well.
Well, surprisingly QT is a smooth ride. I never really checked it out until recently but I have to say I really like it.

QT Creator just gets better and better.
Matt
Wednesday, July 08, 2009
Showing/Hiding Maximize/Minimize buttons on QMdiSubWindow
The documentation for both the API and an example usage is great, but I thought I'd post this Blog Entry in any case because when you go Googling for a problem solution the more chances of finding the answer the better.

Update: Some code text for copy and pasting
QMdiSubWindow *win = new QMdiSubWindow;
win ->setWidget(child);
win ->setWindowTitle("Black Scholes");
Qt::WindowFlags flags;
flags = Qt::WindowMinimizeButtonHint;
win->setWindowFlags( flags );
Matt
The documentation for both the API and an example usage is great, but I thought I'd post this Blog Entry in any case because when you go Googling for a problem solution the more chances of finding the answer the better.

Update: Some code text for copy and pasting
QMdiSubWindow *win = new QMdiSubWindow;
win ->setWidget(child);
win ->setWindowTitle("Black Scholes");
Qt::WindowFlags flags;
flags = Qt::WindowMinimizeButtonHint;
win->setWindowFlags( flags );
Matt
Thursday, April 16, 2009
Subscribe to:
Posts (Atom)



