New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

NetBeans Platform chapters 1 and 2

Chapter 1: Modules

About modules but also a quick introduction to creating NetBeans platform Project and modules. There was some changes between what was expected and what I found after project creation, but nothing important. Great quick start, which ends making me wanting more :)
When starting with this book creating NetBeans Platform projects looks pretty easy and very interesting. Yes, this is for newcomers in NetBeans, but it makes me not be discouraged at the beginning.

Chapter 2: Forms.
All about Matisse and how to use it for creating frontend of your application. Best of it is at the end of chapter: how to add my shiny new form to NetBeans palette! Really nice feature!

  1. If you have problems with: org.openide.util not recognized check this link: http://forums.netbeans.org/ptopic30967.html 
  2. To add TaskEditorPanel to pallete add package of  it to public Api of this module in project preferences. Then NetBeans wizard will recognize it.


Next:
Chapter 3: Window System in next post.

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)