我基本上只有一个没有编码的Gui,并且仍然有一个例外,虽然之前有一些工作guis用一些代码。所以最让人困惑的是..基本上只有一个gui,并且有很多代码要删除,修复..那么为什么这个gui没有出现?附: fxml肯定在正确的目录中
主要
package application;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.AnchorPane;
import javafx.stage.Stage;
public class Main extends Application {
public static void main(String[] args) {
launch(args);
}
@Override
public void start(Stage stage) throws Exception {
AnchorPane pane = FXMLLoader.load(getClass().getResource("Gui.fxml"));
Scene scene = new Scene(pane);
stage.setScene(scene);
stage.show();
}
}
CONTROLLER
public class Controller implements Initializable {
DropShadow ds = new DropShadow();
@FXML
ButtonGroup group;
@FXML
RadioButton radio1;
@FXML
RadioButton radio2;
@FXML
RadioButton radio3;
@FXML
Label changelog;
@FXML
TextArea changelogarea;
@FXML
Pane panechange;
@FXML
AnchorPane mainanchor;
Controller(){
changelog.setEffect(ds);
}
@Override
public void initialize(URL location, ResourceBundle resources) {
// TODO Auto-generated method stub
}
}
FXML
<?import javafx.scene.text.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane fx:id="mainanchor" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.Controller">
<children>
<Pane fx:id="panechange" layoutX="106.0" layoutY="-3.0" prefHeight="406.0" prefWidth="493.0">
<children>
<Label fx:id="changelog" layoutX="20.0" layoutY="21.0" prefHeight="49.0" prefWidth="463.0" text=" Change log" textAlignment="CENTER">
<font>
<Font size="27.0" />
</font>
</Label>
<TextArea fx:id="changelogarea" layoutX="1.0" layoutY="70.0" prefHeight="329.0" prefWidth="487.0" />
</children>
</Pane>
<RadioButton fx:id="radio2" layoutX="14.0" layoutY="62.0" mnemonicParsing="false" text="Valiuta">
<toggleGroup>
<ToggleGroup fx:id="group" />
</toggleGroup>
</RadioButton>
<RadioButton fx:id="radio3" layoutX="14.0" layoutY="94.0" mnemonicParsing="false" text="Atstumai" toggleGroup="$group" />
<RadioButton fx:id="radio1" layoutX="14.0" layoutY="32.0" mnemonicParsing="false" selected="true" text="Naujienos" toggleGroup="$group" />
</children>
</AnchorPane>
错误
Application start方法中的异常 java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) 在 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:43)在java.lang.reflect.Method.invoke(Method.java:483)at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherIm pl.java:363)at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java: 303)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 在 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) 在 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:43)在java.lang.reflect.Method.invoke(Method.java:483)at sun.launcher.LauncherHelper $ FXHelper.main(LauncherHelper.java:767) 引起:java.lang.RuntimeException:Application start中的异常 方法 com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java :875)在 com.sun.javafx.application.LauncherImpl.lambda $ launchApplication $ 147(Launche rImpl.java:157)at com.sun.javafx.application.LauncherImpl $$ LAMBDA $ 48 / 128893786.run(未知 java.lang.Thread.run(Thread.java:745)的原因:引起: javafx.fxml.LoadException: /E:/Programming/Java/WorkSpace/FxConverter/bin/application/Gui.fxml:11
在 javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2595) 在javafx.fxml.FXMLLoader.access $ 700(FXMLLoader.java:104)at javafx.fxml.FXMLLoader $ ValueElement.processAttribute(FXMLLoader.java:930) 在 javafx.fxml.FXMLLoader $ InstanceDeclarationElement.processAttribute(FXMLLoade r.java:967)at javafx.fxml.FXMLLoader $ Element.processStartElement(FXMLLoader.java:216) 在 javafx.fxml.FXMLLoader $ ValueElement.processStartElement(FXMLLoader.java:740) 在javafx.fxml.FXMLLoader.processStartElement(FXMLLoader.java:2701) 在javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2521)at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2435)at at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3208)at at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3169)at at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3142)at at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3118)at at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3098)at at javafx.fxml.FXMLLoader.load(FXMLLoader.java:3091)at at application.Main.start(Main.java:21)at com.sun.javafx.application.LauncherImpl.lambda $ launchApplication1 $ 153(启动 erImpl.java:821)at com.sun.javafx.application.LauncherImpl $$ LAMBDA $ 51 / 1596489439.run(未知 所以你好 com.sun.javafx.application.PlatformImpl.lambda $ runAndWait $ 166(PlatformImpl.j ava:323)at com.sun.javafx.application.PlatformImpl $$ LAMBDA $ 44 / 1051754451.run(未知 所以你好 com.sun.javafx.application.PlatformImpl.lambda为$ null $ 164(PlatformImpl.java:29 2)在 com.sun.javafx.application.PlatformImpl $$ LAMBDA $ 47 / 1001120425.run(未知 所以urce)在java.security.AccessController.doPrivileged(Native 方法)at com.sun.javafx.application.PlatformImpl.lambda $ runLater $ 165(PlatformImpl.jav a:291)at com.sun.javafx.application.PlatformImpl $$ LAMBDA $ 45 / 1775282465.run(未知 所以你好 com.sun.glass.ui.InvokeLaterDispatcher $ Future.run(InvokeLaterDispatcher.java :95)at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) 在 com.sun.glass.ui.win.WinApplication.lambda为$ null $ 141(WinApplication.java:102) 在 com.sun.glass.ui.win.WinApplication $$ LAMBDA $ 37 / 1109371569.run(未知 来源)... 1更多引起:java.lang.IllegalAccessException: 类sun.reflect.misc.ReflectUtil无法访问类的成员 带有修饰符“”的application.Controller sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)at java.lang.Class.newInstance(Class.java:432)at sun.reflect.misc.ReflectUtil.newInstance(ReflectUtil.java:51)at javafx.fxml.FXMLLoader $ ValueElement.processAttribute(FXMLLoader.java:923) ... 27更多异常运行应用程序应用程序。主要
答案 0 :(得分:0)
这里有两个问题:
因此,对于2.将changelog.setEffect(ds);
从控制器移动到initialize
方法。