본문 바로가기

netbeans

자바로 네이티브 인스톨러나 네이티브 패키징(윈도우즈의 경우 exe와 msi), 맥의 경우 앱스토어에 등록하는 방법 자바로 네이티브 인스톨러나 네이티브 패키징(윈도우즈의 경우 exe와 msi), 맥의 경우 앱스토어에 등록하는 방법 * 기본 필요 프로그램 : 자바 JDK 1.7u6 이상, JRE7, Java7, NetBeans(넷빈즈) 7.4 이상, 맥 OS X 10.8 * JSmooth나 Exe4j보다 훨씬 간결하고 편하게 배포가 가능하다. https://netbeans.org/kb/docs/java/native_pkg.html?print=yes http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/.. 더보기
Java 자바 스윙 Swing이나 AWT의 이벤트 어댑터, 리스너 연동 연결 구현시 귀찮음을 해결해 주는 오픈소스 ActionConnector * 자바 스윙이나 AWT의 이벤트 어댑터, 리스너 연결시 귀찮음을 해결해 주는 오픈소스 ActionConnector * 간단하게 connect만을 통해 해결할 수 있다. 샘플만으로는 너무 간단하다. * 소스를 직접 보완을 해 보겠지만, 가능하다면 윈도 어댑터나 액션 리스너 사용의 귀찮음을 줄여주는데 확실히 도움이 될 듯 하다. * 예제 소스) import javax.swing.AbstractButton; import javax.swing.Action; import javax.swing.JMenuItem; import org.openide.awt.Actions; import org.openide.awt.Actions.ButtonActionConnector; import org.openide.util.loo.. 더보기
Java IDE - NetBeans IDE 8.0 New Feature Highlights NetBeans IDE 8.0 New Feature Highlights Java •JDK 8 support: code analyzers and editor enhancements for Profiles, Lambdas, Streams, and Method References. •Java SE Embedded support to deploy, run, debug or profile Java SE applications on an embedded device, such as Raspberry PI, directly from the NetBeans IDE. •Java ME Embedded 8 support. •Several Java Editor enhancements, such as many new Java .. 더보기