netbeans - Can I put a java package into another package? -


Using Netbeans, I want to put one package in another package. For example, in Visual Studio 2008, there may be a folder called "nodes", and there is another folder inside the nodes named "Expressions". How can I do this in Netbeans? I think a package in Java is equivalent to a folder in C #.

For packages within the package, enter a parent name, a period, and then name the name like Package of child: nodes. Express .

It will appear in the IDE itself as a separate package, but the folder hierarchy will be as follows: nodes / expressions / [class etc]


Comments

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

php - What is the best way to get the URL of a 404'd file after redirect? -