|
| ||||||||||
| Tags: application, frame, javafx, profile, sun, windows application |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Why sun drop javafx.application?
|
|
#2
| ||||
| ||||
| 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. |
|
#3
| |||
| |||
| Re: Why sun drop javafx.application? 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 ! |
|
#4
| |||
| |||
| 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
} |
|
#5
| |||
| |||
| 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? |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |