当前位置: 首页 > 知识库问答 >
问题:

fxml TableView中出错

余弘新
2023-03-14

创建描述表的FXML文件

 <AnchorPane fx:id="AnchorPane" id="AnchorPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns:fx="http://javafx.com/fxml" fx:controller="ru.pfr03.sprut.client.UnittypeController"> 
      <children> 
        <TableView fx:id="unitTypeTableView" prefHeight="400.0" prefWidth="600.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> 
          <TableColumn prefWidth="100.0" text="Код"> 
          </TableColumn> 
          <TableColumn prefWidth="125.0" text="Наименование"> 
          </TableColumn> 
        </TableView> 
      </children> 
    </AnchorPane> 

以下称为此fxml

父p=FXMLLoader.Load(getClass().GetResource(“UnitTypeTable.ffXML”));

public class UnittypeController implements Initializable { 
    @FXML 
    private TableView<Unittype> unitTypeTableView; 

    @Override 
    public void initialize(URL url, ResourceBundle rb) { 

    }   
} 
Exception in Application start method 
java.lang.reflect.InvocationTargetException 
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
        at java.lang.reflect.Method.invoke(Method.java:601) 
        at com.javafx.main.Main.launchApp(Main.java:453) 
        at com.javafx.main.Main.main(Main.java:537) 
Caused by: java.lang.RuntimeException: Exception in Application start method 
        at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source) 
        at com.sun.javafx.application.LauncherImpl.access$000(Unknown Source) 
        at com.sun.javafx.application.LauncherImpl$1.run(Unknown Source) 
        at java.lang.Thread.run(Thread.java:722) 
Caused by: javafx.fxml.LoadException: javafx.scene.control.TableView does not have a default property. 
        at javafx.fxml.FXMLLoader$ValueElement.processEndElement(Unknown Source) 
        at javafx.fxml.FXMLLoader.processEndElement(Unknown Source) 
        at javafx.fxml.FXMLLoader.load(Unknown Source) 
        at javafx.fxml.FXMLLoader.load(Unknown Source) 
        at javafx.fxml.FXMLLoader.load(Unknown Source) 
        at javafx.fxml.FXMLLoader.load(Unknown Source) 
        at ru.pfr03.sprut.client.Sprutclient.start(Sprutclient.java:40) 
        at com.sun.javafx.application.LauncherImpl$5.run(Unknown Source) 
        at com.sun.javafx.application.PlatformImpl$4.run(Unknown Source) 
        at com.sun.javafx.application.PlatformImpl$3.run(Unknown Source) 
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) 
        at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source) 
        at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source) 
        ... 1 more 

共有1个答案

夹谷野
2023-03-14

在fxml文件中用 包装TableColumn

 类似资料:
  • 错误 org.springframework.beans.factory.BeanCreationException:创建名为“Click Controller”的bean时出错:注入autowired依赖项失败;嵌套异常为org.springframework.beans.factory.beancreationexception:无法自动连接字段:private com.qoobico.rem

  • 您好,我在react js中有此组件: 我需要导出返回函数中的这一行:作为变量在另一个组件中使用它。 所以我这样做了: 但是我得到了这个错误:意外的令牌,预期的,(47:20) 有人能帮我导出变量吗

  • 致命异常:Timer-0进程:com.example.tanis.MyApplication,PID:9918 java.lang.NullPointerException:尝试在com.example.tanis.MyApplication.Menuitems.Home$MyTime.Run(Home.java:158)处的java.util.TimerThread.MainLoop(Timer

  • 我想从我的实时服务器PC导出我的Web应用程序和站点的数据库,但我收到以下错误: 14:18:07 倾倒 ct (所有表) 正在运行: mysqldump.exe --defaults-file=“c:\users\admini~1\appdata\local\temp\tmphnpsqu.cnf” --user=root --host=localhost --protocol=tcp --por

  • 这个错误与ruby代码有关,我该如何修复它? 配置: 日志存储日志: {:时间戳=

  • 我试图根据用户使用calandar类输入的日期来确定一天是否是周末。但是当我打印出当天的值时,我得到了不正确的输出。 这是我的代码: 但是输出