mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.23k stars 243 forks source link

Missing Menu folder in Version 3.0.4 #525

Closed Anirataak closed 3 years ago

Anirataak commented 3 years ago

When I wanted to add the MenuBar to my panel I noticed that the MenuBar cannot be imported. So I checked the 3.0.4 version and noticed that in all other versions in the path src/main/java/com/googlecode/lanterna/gui2/ there is a folder Menu here and from this folder the MenuBar, Menu, MenuItem would be imported. In the 3.0.4 version this folder is not there, which means that you cannot create a MenuBar in this version.

I have now taken the 3.2.0-alpha1 version in my project, but lanterna-3.0.4 is the latest release.

3 2 0-Alpha1 3 0 4

mabe02 commented 3 years ago

Yes, Menu is a 3.1+ "feature"