質問

私はJavaFX 2.0とインストールされたNetBeans 7.1を勉強し始めました.Java 7.02 SDK(JavaFX 2が含まれています)。すべてがうまくいっているようです、例のプロジェクトはコンパイルして大丈夫です。

私の問題は次のとおりです。コードの完了はFXMLファイルでは機能しません。私はCtrl +空間を押して、毎回「示唆なし」を示しています。タグと属性についても同じです。

誰もが問題があるかもしれないものを知っていますか?

役に立ちましたか?

解決

You can still show autocomplete menu for attributes by pointing the cursor just beginning (or middle to show sublist) of the existing attribute and hitting ctrl+space. Also while writing tags, Netbeans suggests even automatically puts closing tags for you. At any point in the FXML file, if you see "No suggestions", just hit "Esc" and try again actions mentioned above :).

netbeans

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top