Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links


Why sun drop javafx.application?

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 16-07-2010
Member
 
Join Date: Apr 2010
Posts: 58
Why sun drop javafx.application?

Sponsored Links
I am running with some confusions here. Actually, I didn't got before that why sun drop javafx.application; I just need to create a window application that can web start for business and that is not for the animation purpose ; I am sure that JFXtras can't do but it indicates that the dialog specified ,a menu baased on different Library because of this ,I don't consider that the javafx is a better one GUI language. Any suggestion would be appreciated ..

Reply With Quote
  #2  
Old 16-07-2010
Steve123's Avatar
Member
 
Join Date: Feb 2008
Posts: 2,615
Re: Why sun drop javafx.application?

Sun detected the previous releases JavaFX to improve this better. They had to skip something, presumably because they didn't adjust in the latest scenegraph (support with different profiles, performances, etc.). They are with the team and working on that to release that as quick as (I hope!) JavaFX 1.3 with a series of latest controls. Including, presumably, a menu, since the user who build JFXtras' menu is currently the section of the JavaFX development team.

About javafx.application: Frame is current Stage. Scene is still tagged (as javafx.scene.Scene), and you can prove both transparent. By the way , I am not getting the relation that you have discussed in your thread as you stated about the menu.
Reply With Quote
  #3  
Old 16-07-2010
Member
 
Join Date: Apr 2010
Posts: 58
Re: Why sun drop javafx.application?

Quote:
Originally Posted by Steve123 View Post
By the way , I am not getting the relation that you have discussed in your thread as you stated about the menu.
I will say sorry, if I have posted this question before on the forum but I have checked out about the same and didn't got anything related to this. I had posted the same thread on official forum but there is not prior result for this issue. So, I decided to get the result from here . Actually, I am curious to get the 1.3 version,I think, it's adjusted to build window application for business...By the way , thank for your answer !
Reply With Quote
  #4  
Old 16-07-2010
Member
 
Join Date: Apr 2010
Posts: 50
Re: Why sun drop javafx.application?

I got a different demonstration to create the menu into Frame described as that..

Code:
Frame {
                    menubar: mnbar {
                    ...
                    }
                    
                    title: "Calculator"
                    height: 200
                    width: 200
                    content: GridBagPanel {
                    ...
                    }
                    visible: true
}
I am just searching for the Frame class in javafx lib, but got failed to do that. I am also here and hope someone would help me out here to solve my issues.
Reply With Quote
  #5  
Old 17-07-2010
Member
 
Join Date: May 2008
Posts: 2,000
Re: Why sun drop javafx.application?

Fine . probably the menu was a Swing one, and Swing elements are not supported with the Mobile Profile that might be a cause for dropping them.
Why are you reluctant to go for a third party library to find out the menu specified immediately?
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Why sun drop javafx.application?"
Thread Thread Starter Forum Replies Last Post
What are the difference between Weapon Drop and Item Drop in Infinity Blade 2 Chini mao Video Games 3 14-12-2011 10:13 AM
Drop In/Drop Out Split Screen in Resistance 3 Bubboy Video Games 5 20-08-2011 10:48 PM
Javafx and java for desktop application Anthony12 Software Development 7 09-08-2010 10:26 AM
How can I create JavaFX page in j2ee web application Marjorie Software Development 5 25-07-2010 03:26 AM
JavaFX for Web Bricklayer Windows Software 4 15-07-2010 01:21 PM


All times are GMT +5.5. The time now is 08:46 PM.