Tag Archives: netbeans

Git Server – small team development using private code repository

This post summaries the procedure for setting up a git server for small team development using private code repository. The trigger is that github does NOT provide free private repository (except student/teacher account) and we are not ready to open … Continue reading

Posted in IDE_Make | Tagged , , , , , | 1 Comment

cccmt – Coverity code complexity metrics tool

cccmt is used to parse the METRICS.errors.xml generated by cov-analyze of Coverity to produce a Code Complexity Metrics (CCM) report of different functions. SAX is used to parse XML file instead of DOM as the XML file may be very … Continue reading

Posted in Dave's Tools, Programming, Static Code Analysis | Tagged , , , , , , | Leave a comment

jmgsim – a Java implementation of H.248 media gateway simulator

‘jmgsim’ is a Java implementation of H.248 Media Gateway (MG) simulator and Media Gateway Controller (MGC) simulator used for testing real MG/MGC. It is coded within NetBeans 7.1 and has been published as a public project at ‘java.net’, as ‘kenai’ … Continue reading

Posted in Dave's Tools, H.248/MEGACO/EGCP, Programming | Tagged , , , , , , | Leave a comment

quick guide for new language support in netbeans

Original web: http://netbeans.dzone.com/tips/quickstart-guide-language-supp  在netbeans下写新的语言支持插件 Published on NetBeans Zone (http://netbeans.dzone.com) Quick Start: Creating Language Tools In NetBeans IDE By greeniridium Created 2008/04/14 – 5:44pm NetBeans IDE is one of the main free Java editors in the market. In fact, it can be … Continue reading

Posted in IDE_Make | Tagged , , | 3 Comments

dave’s random integer generator – drig

Project Name: drig Destination: A Java Swing GUI application for demo random integer generation with given range and number requested – random lucky numbers generation for lottery. Language: Java IDE: NetBeans Project Web: http://kenai.com/projects/drig SVN address: https://svn.kenai.com/svn/drig~drig-src Source Code: http://kenai.com/projects/drig/sources/drig-src/showContinue reading

Posted in Dave's Tools | Tagged , , , , , | 2 Comments

Tune look&feel, language for NetBeans

To change the look&feel, language for NetBeans (改变NetBeans的外观和默认的语言环境), especially for the IDE on Windows XP with default language – Chinese: Modify ‘netbeans.conf’ under your ‘$NETBEANS_HOME/etc/’  by adding –laf javax.swing.plaf.metal.MetalLookAndFeel //change the look&feel into Java metal style –locale en_US // change … Continue reading

Posted in IDE_Make | Tagged , | 4 Comments