sabit-sbbt opened a new issue, #7142: URL: https://github.com/apache/netbeans/issues/7142
### Apache NetBeans version Apache NetBeans 21 ### What happened I like to work with single java file without project because of learning purpose. If I create a Java file under a project (that maybe maven or ant etc.), then it will be too heavy and will take more time & cpu to run in the output panel. So I feel comfortable to run single java file. While learning any programming language, it needs to run a file again and again to practice & understand code. But the main problem is when I run a single java file with some simple user input statement, then I am unable to type in the output to give user input. On the other hand if I run same java code under a project (maven or others), then it is possible to type in the output panel to give user input. It means, typing in the output panel is not possible with single java file. But why? Please, I am seeking for help to fix this issue as it become possible to type in the output panel with single java file. I also attached two screenshots where the problem is simply visible.   ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce **Step 1:** Find out the config file of the output panel, **Step 2**: Look for properties which are associated for single java file, **Finally** serach out the typing control for user input. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 Pro ### JDK JDK 21 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
