You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "ajkelsey (via GitHub)" <gi...@apache.org> on 2023/03/22 21:04:53 UTC

[GitHub] [netbeans] ajkelsey opened a new issue, #5702: Strange behavior with a JavaFX Project

ajkelsey opened a new issue, #5702:
URL: https://github.com/apache/netbeans/issues/5702

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   I started a Java Ant project, and then needed to use JavaFX, so I created a JavaFX project and copied all my classes over to the new project. If I run the program, then make a CSS change in another class, I'll refer to it as ClassA, the CSS change will not take effect when I run the program again. If I make a change to a different class, ClassB, and then run the program, the changes will take effect. 
   
   I did find a broken reference in Project Properties -> Libraries -> Run. I haven't been able to figure out how to resolve that or if it's causing my problem.
   
   ![image_2023-03-22_170037921](https://user-images.githubusercontent.com/64913190/227036973-7c6a43d6-5ceb-4b33-83b0-f3d390f72451.png)
   
   
   ### How to reproduce
   
   _No response_
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 11
   
   ### JDK
   
   Zulu JDK 20.28.85 Windows x64
   
   ### 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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ajkelsey commented on issue #5702: Strange behavior with a JavaFX Project

Posted by "ajkelsey (via GitHub)" <gi...@apache.org>.
ajkelsey commented on issue #5702:
URL: https://github.com/apache/netbeans/issues/5702#issuecomment-1496639919

   I tried creating a Maven project and copying my source files over and it can't seem to find these imports. 
   ![image](https://user-images.githubusercontent.com/64913190/229929063-64612a8f-312c-495b-938e-8a66fc89bc20.png)
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #5702: Strange behavior with a JavaFX Project

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net commented on issue #5702:
URL: https://github.com/apache/netbeans/issues/5702#issuecomment-1496004654

   I would use Maven or Gradle if you want to work with JavaFX.  At least, I don't think the Ant JavaFX projects have seen any changes to support above JavaFX 8?  We should probably remove them, or hide them in the UI, or put a big caveat on them.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists