<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for panemu</title>
	<atom:link href="http://panemu.com/articles/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://panemu.com/articles</link>
	<description></description>
	<lastBuildDate>Wed, 19 Dec 2012 01:53:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by amrullah</title>
		<link>http://panemu.com/articles/?p=73#comment-307</link>
		<dc:creator>amrullah</dc:creator>
		<pubDate>Wed, 19 Dec 2012 01:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-307</guid>
		<description>Hi Hussein, please visit http://tiwulfx.panemu.com and download the latest source code. Let me know if the problem persists.</description>
		<content:encoded><![CDATA[<p>Hi Hussein, please visit <a href="http://tiwulfx.panemu.com" rel="nofollow">http://tiwulfx.panemu.com</a> and download the latest source code. Let me know if the problem persists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by Wail Hussein</title>
		<link>http://panemu.com/articles/?p=73#comment-302</link>
		<dc:creator>Wail Hussein</dc:creator>
		<pubDate>Tue, 18 Dec 2012 08:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-302</guid>
		<description>Hi Amrullah,
I am very intersted in your work, although I have a probelm runing a code it gives me what you can see below, would you please help...

C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:34: error: cannot find symbol
import javafx.scene.control.ComboBox;
  symbol:   class ComboBox
  location: package javafx.scene.control
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:90: error: cannot find symbol
    private ComboBox cmbPage;
  symbol:   class ComboBox
  location: class TableControl
  where T is a type-variable:
    T extends Object declared in class TableControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:10: error: cannot find symbol
import com.sun.javafx.scene.control.FocusableTextField;
  symbol:   class FocusableTextField
  location: package com.sun.javafx.scene.control
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:10: error: cannot find symbol
import com.sun.javafx.scene.control.FocusableTextField;
  symbol:   class FocusableTextField
  location: package com.sun.javafx.scene.control
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:14: error: cannot find symbol
import javafx.scene.control.ComboBox;
  symbol:   class ComboBox
  location: package javafx.scene.control
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:22: error: cannot find symbol
public class ComboBoxControl extends BaseControl&lt;T, ComboBox&gt; {
  symbol: class ComboBox
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:26: error: cannot find symbol
    private ComboBox combobox;
  symbol:   class ComboBox
  location: class ComboBoxControl
  where T is a type-variable:
    T extends Object declared in class ComboBoxControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:55: error: cannot find symbol
    protected void bindValuePropertyWithControl(ComboBox inputControl) {
  symbol:   class ComboBox
  location: class ComboBoxControl
  where T is a type-variable:
    T extends Object declared in class ComboBoxControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:16: error: cannot find symbol
import javafx.beans.property.SimpleMapProperty;
  symbol:   class SimpleMapProperty
  location: package javafx.beans.property
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:21: error: cannot find symbol
import javafx.scene.control.ComboBox;
  symbol:   class ComboBox
  location: package javafx.scene.control
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:37: error: cannot find symbol
    private ComboBox searchInputControl = new ComboBox();
  symbol:   class ComboBox
  location: class ComboBoxColumn
  where S,T are type-variables:
    S extends Object declared in class ComboBoxColumn
    T extends Object declared in class ComboBoxColumn
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:125: error: cannot find symbol
        private ComboBox combobox;
  symbol:   class ComboBox
  location: class ComboBoxColumn.ComboBoxTableCell
  where S,T are type-variables:
    S extends Object declared in class ComboBoxColumn
    T extends Object declared in class ComboBoxColumn
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:30: error: no suitable constructor found for FXMLLoader(URL)
        FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource(&quot;DetailPanel.fxml&quot;));
    constructor FXMLLoader.FXMLLoader(Charset) is not applicable
      (actual argument URL cannot be converted to Charset by method invocation conversion)
    constructor FXMLLoader.FXMLLoader() is not applicable
      (actual and formal argument lists differ in length)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:31: error: cannot find symbol
        fxmlLoader.setRoot(this);
  symbol:   method setRoot(DetailPanel)
  location: variable fxmlLoader of type FXMLLoader
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:32: error: cannot find symbol
        fxmlLoader.setController(this);
  symbol:   method setController(DetailPanel)
  location: variable fxmlLoader of type FXMLLoader
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:35: error: no suitable method found for load()
            fxmlLoader.load();
    method FXMLLoader.load(URL,ResourceBundle,BuilderFactory) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(URL,ResourceBundle) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(URL) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(InputStream) is not applicable
      (actual and formal argument lists differ in length)
  where T#1,T#2,T#3 are type-variables:
    T#1 extends Object declared in method load(URL,ResourceBundle,BuilderFactory)
    T#2 extends Object declared in method load(URL,ResourceBundle)
    T#3 extends Object declared in method load(URL)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:41: error: cannot find symbol
        getStylesheets().add(&quot;tiwulfx.css&quot;);
  symbol:   method getStylesheets()
  location: class DetailPanel
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:20: error: no suitable constructor found for FXMLLoader(URL)
        FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource(
    constructor FXMLLoader.FXMLLoader(Charset) is not applicable
      (actual argument URL cannot be converted to Charset by method invocation conversion)
    constructor FXMLLoader.FXMLLoader() is not applicable
      (actual and formal argument lists differ in length)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:22: error: cannot find symbol
        fxmlLoader.setRoot(this);
  symbol:   method setRoot(LabelSeparator)
  location: variable fxmlLoader of type FXMLLoader
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:23: error: cannot find symbol
        fxmlLoader.setController(this);
  symbol:   method setController(LabelSeparator)
  location: variable fxmlLoader of type FXMLLoader
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:26: error: no suitable method found for load()
            fxmlLoader.load();
    method FXMLLoader.load(URL,ResourceBundle,BuilderFactory) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(URL,ResourceBundle) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(URL) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(InputStream) is not applicable
      (actual and formal argument lists differ in length)
  where T#1,T#2,T#3 are type-variables:
    T#1 extends Object declared in method load(URL,ResourceBundle,BuilderFactory)
    T#2 extends Object declared in method load(URL,ResourceBundle)
    T#3 extends Object declared in method load(URL)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:134: error: no suitable constructor found for FXMLLoader(URL)
        FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource(
    constructor FXMLLoader.FXMLLoader(Charset) is not applicable
      (actual argument URL cannot be converted to Charset by method invocation conversion)
    constructor FXMLLoader.FXMLLoader() is not applicable
      (actual and formal argument lists differ in length)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:136: error: cannot find symbol
        fxmlLoader.setRoot(this);
  symbol:   method setRoot(TableControl)
  location: variable fxmlLoader of type FXMLLoader
  where T is a type-variable:
    T extends Object declared in class TableControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:137: error: cannot find symbol
        fxmlLoader.setController(this);
  symbol:   method setController(TableControl)
  location: variable fxmlLoader of type FXMLLoader
  where T is a type-variable:
    T extends Object declared in class TableControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:140: error: no suitable method found for load()
            fxmlLoader.load();
    method FXMLLoader.load(URL,ResourceBundle,BuilderFactory) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(URL,ResourceBundle) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(URL) is not applicable
      (cannot instantiate from arguments because actual and formal argument lists differ in length)
    method FXMLLoader.load(InputStream) is not applicable
      (actual and formal argument lists differ in length)
  where T#1,T#2,T#3 are type-variables:
    T#1 extends Object declared in method load(URL,ResourceBundle,BuilderFactory)
    T#2 extends Object declared in method load(URL,ResourceBundle)
    T#3 extends Object declared in method load(URL)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:106: error: cannot find symbol
        textField = new FocusableTextField();
  symbol:   class FocusableTextField
  location: class DateFieldSkin
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:234: error: cannot find symbol
        if (!(textField instanceof FocusableTextField)) {
  symbol:   class FocusableTextField
  location: class DateFieldSkin
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:237: error: cannot find symbol
        ((FocusableTextField) textField).setFakeFocus(b);
  symbol:   class FocusableTextField
  location: class DateFieldSkin
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:217: error: cannot find symbol
        textField = new FocusableTextField();
  symbol:   class FocusableTextField
  location: class LookupFieldSkin
  where T is a type-variable:
    T extends Object declared in class LookupFieldSkin
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:296: error: cannot find symbol
        if (!(textField instanceof FocusableTextField)) {
  symbol:   class FocusableTextField
  location: class LookupFieldSkin
  where T is a type-variable:
    T extends Object declared in class LookupFieldSkin
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:299: error: cannot find symbol
        ((FocusableTextField) textField).setFakeFocus(b);
  symbol:   class FocusableTextField
  location: class LookupFieldSkin
  where T is a type-variable:
    T extends Object declared in class LookupFieldSkin
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\dialog\MessageDialog.java:502: error: cannot find symbol
        stage.showAndWait();
  symbol:   method showAndWait()
  location: variable stage of type Stage
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ChoiceBoxControl.java:24: error: cannot find symbol
        choicebox.setConverter(lblConverter);
  symbol:   method setConverter(ChoiceBoxControl.LabelConverter)
  location: variable choicebox of type ChoiceBox
  where T is a type-variable:
    T extends Object declared in class ChoiceBoxControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ChoiceBoxControl.java:50: error: cannot find symbol
        value.bind(inputControl.valueProperty());
  symbol:   method valueProperty()
  location: variable inputControl of type ChoiceBox
  where T is a type-variable:
    T extends Object declared in class ChoiceBoxControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:29: error: cannot find symbol
        super(new ComboBox());
  symbol:   class ComboBox
  location: class ComboBoxControl
  where T is a type-variable:
    T extends Object declared in class ComboBoxControl
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\BaseColumn.java:37: error: no suitable constructor found for ImageView(String)
    private ImageView filterImage = new ImageView(&quot;images/filter.png&quot;);
    constructor ImageView.ImageView(Image) is not applicable
      (actual argument String cannot be converted to Image by method invocation conversion)
    constructor ImageView.ImageView() is not applicable
      (actual and formal argument lists differ in length)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\BaseColumn.java:68: error: cannot find symbol
                    BaseColumn.this.setGraphic(filterImage);
  symbol: method setGraphic(ImageView)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\BaseColumn.java:70: error: cannot find symbol
                    BaseColumn.this.setGraphic(null);
  symbol: method setGraphic()
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:70: error: cannot find symbol
        operatorChoice.setConverter(operatorConverter);
  symbol:   method setConverter(StringConverter)
  location: variable operatorChoice of type ChoiceBox
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:74: error: no suitable constructor found for ImageView(String)
        ImageView filterImage = new ImageView(&quot;images/filter.png&quot;);
    constructor ImageView.ImageView(Image) is not applicable
      (actual argument String cannot be converted to Image by method invocation conversion)
    constructor ImageView.ImageView() is not applicable
      (actual and formal argument lists differ in length)
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:86: error: cannot find symbol
        vbox.getStylesheets().add(&quot;tiwulfx.css&quot;);
  symbol:   method getStylesheets()
  location: variable vbox of type VBox
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:126: error: cannot find symbol
        operatorChoice.setValue(op);
  symbol:   method setValue(Operator)
  location: variable operatorChoice of type ChoiceBox
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:129: error: cannot find symbol
        return operatorChoice.getValue();
  symbol:   method getValue()
  location: variable operatorChoice of type ChoiceBox
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:37: error: cannot find symbol
    private ComboBox searchInputControl = new ComboBox();
  symbol:   class ComboBox
  location: class ComboBoxColumn
  where S,T are type-variables:
    S extends Object declared in class ComboBoxColumn
    T extends Object declared in class ComboBoxColumn
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:174: error: cannot find symbol
            combobox = new ComboBox();
  symbol:   class ComboBox
  location: class ComboBoxColumn.ComboBoxTableCell
  where S,T are type-variables:
    S extends Object declared in class ComboBoxColumn
    T extends Object declared in class ComboBoxColumn
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
45 errors
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\nbproject\jfx-impl.xml:2708: The following error occurred while executing this line:
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\nbproject\build-impl.xml:927: The following error occurred while executing this line:
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\nbproject\build-impl.xml:269: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 26 seconds)</description>
		<content:encoded><![CDATA[<p>Hi Amrullah,<br />
I am very intersted in your work, although I have a probelm runing a code it gives me what you can see below, would you please help&#8230;</p>
<p>C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:34: error: cannot find symbol<br />
import javafx.scene.control.ComboBox;<br />
  symbol:   class ComboBox<br />
  location: package javafx.scene.control<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:90: error: cannot find symbol<br />
    private ComboBox cmbPage;<br />
  symbol:   class ComboBox<br />
  location: class TableControl<br />
  where T is a type-variable:<br />
    T extends Object declared in class TableControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:10: error: cannot find symbol<br />
import com.sun.javafx.scene.control.FocusableTextField;<br />
  symbol:   class FocusableTextField<br />
  location: package com.sun.javafx.scene.control<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:10: error: cannot find symbol<br />
import com.sun.javafx.scene.control.FocusableTextField;<br />
  symbol:   class FocusableTextField<br />
  location: package com.sun.javafx.scene.control<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:14: error: cannot find symbol<br />
import javafx.scene.control.ComboBox;<br />
  symbol:   class ComboBox<br />
  location: package javafx.scene.control<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:22: error: cannot find symbol<br />
public class ComboBoxControl extends BaseControl&lt;T, ComboBox&gt; {<br />
  symbol: class ComboBox<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:26: error: cannot find symbol<br />
    private ComboBox combobox;<br />
  symbol:   class ComboBox<br />
  location: class ComboBoxControl<br />
  where T is a type-variable:<br />
    T extends Object declared in class ComboBoxControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:55: error: cannot find symbol<br />
    protected void bindValuePropertyWithControl(ComboBox inputControl) {<br />
  symbol:   class ComboBox<br />
  location: class ComboBoxControl<br />
  where T is a type-variable:<br />
    T extends Object declared in class ComboBoxControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:16: error: cannot find symbol<br />
import javafx.beans.property.SimpleMapProperty;<br />
  symbol:   class SimpleMapProperty<br />
  location: package javafx.beans.property<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:21: error: cannot find symbol<br />
import javafx.scene.control.ComboBox;<br />
  symbol:   class ComboBox<br />
  location: package javafx.scene.control<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:37: error: cannot find symbol<br />
    private ComboBox searchInputControl = new ComboBox();<br />
  symbol:   class ComboBox<br />
  location: class ComboBoxColumn<br />
  where S,T are type-variables:<br />
    S extends Object declared in class ComboBoxColumn<br />
    T extends Object declared in class ComboBoxColumn<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:125: error: cannot find symbol<br />
        private ComboBox combobox;<br />
  symbol:   class ComboBox<br />
  location: class ComboBoxColumn.ComboBoxTableCell<br />
  where S,T are type-variables:<br />
    S extends Object declared in class ComboBoxColumn<br />
    T extends Object declared in class ComboBoxColumn<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:30: error: no suitable constructor found for FXMLLoader(URL)<br />
        FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource(&#8220;DetailPanel.fxml&#8221;));<br />
    constructor FXMLLoader.FXMLLoader(Charset) is not applicable<br />
      (actual argument URL cannot be converted to Charset by method invocation conversion)<br />
    constructor FXMLLoader.FXMLLoader() is not applicable<br />
      (actual and formal argument lists differ in length)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:31: error: cannot find symbol<br />
        fxmlLoader.setRoot(this);<br />
  symbol:   method setRoot(DetailPanel)<br />
  location: variable fxmlLoader of type FXMLLoader<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:32: error: cannot find symbol<br />
        fxmlLoader.setController(this);<br />
  symbol:   method setController(DetailPanel)<br />
  location: variable fxmlLoader of type FXMLLoader<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:35: error: no suitable method found for load()<br />
            fxmlLoader.load();<br />
    method FXMLLoader.load(URL,ResourceBundle,BuilderFactory) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(URL,ResourceBundle) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(URL) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(InputStream) is not applicable<br />
      (actual and formal argument lists differ in length)<br />
  where T#1,T#2,T#3 are type-variables:<br />
    T#1 extends Object declared in method load(URL,ResourceBundle,BuilderFactory)<br />
    T#2 extends Object declared in method load(URL,ResourceBundle)<br />
    T#3 extends Object declared in method load(URL)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\DetailPanel.java:41: error: cannot find symbol<br />
        getStylesheets().add(&#8220;tiwulfx.css&#8221;);<br />
  symbol:   method getStylesheets()<br />
  location: class DetailPanel<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:20: error: no suitable constructor found for FXMLLoader(URL)<br />
        FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource(<br />
    constructor FXMLLoader.FXMLLoader(Charset) is not applicable<br />
      (actual argument URL cannot be converted to Charset by method invocation conversion)<br />
    constructor FXMLLoader.FXMLLoader() is not applicable<br />
      (actual and formal argument lists differ in length)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:22: error: cannot find symbol<br />
        fxmlLoader.setRoot(this);<br />
  symbol:   method setRoot(LabelSeparator)<br />
  location: variable fxmlLoader of type FXMLLoader<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:23: error: cannot find symbol<br />
        fxmlLoader.setController(this);<br />
  symbol:   method setController(LabelSeparator)<br />
  location: variable fxmlLoader of type FXMLLoader<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\LabelSeparator.java:26: error: no suitable method found for load()<br />
            fxmlLoader.load();<br />
    method FXMLLoader.load(URL,ResourceBundle,BuilderFactory) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(URL,ResourceBundle) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(URL) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(InputStream) is not applicable<br />
      (actual and formal argument lists differ in length)<br />
  where T#1,T#2,T#3 are type-variables:<br />
    T#1 extends Object declared in method load(URL,ResourceBundle,BuilderFactory)<br />
    T#2 extends Object declared in method load(URL,ResourceBundle)<br />
    T#3 extends Object declared in method load(URL)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:134: error: no suitable constructor found for FXMLLoader(URL)<br />
        FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource(<br />
    constructor FXMLLoader.FXMLLoader(Charset) is not applicable<br />
      (actual argument URL cannot be converted to Charset by method invocation conversion)<br />
    constructor FXMLLoader.FXMLLoader() is not applicable<br />
      (actual and formal argument lists differ in length)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:136: error: cannot find symbol<br />
        fxmlLoader.setRoot(this);<br />
  symbol:   method setRoot(TableControl)<br />
  location: variable fxmlLoader of type FXMLLoader<br />
  where T is a type-variable:<br />
    T extends Object declared in class TableControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:137: error: cannot find symbol<br />
        fxmlLoader.setController(this);<br />
  symbol:   method setController(TableControl)<br />
  location: variable fxmlLoader of type FXMLLoader<br />
  where T is a type-variable:<br />
    T extends Object declared in class TableControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\TableControl.java:140: error: no suitable method found for load()<br />
            fxmlLoader.load();<br />
    method FXMLLoader.load(URL,ResourceBundle,BuilderFactory) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(URL,ResourceBundle) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(URL) is not applicable<br />
      (cannot instantiate from arguments because actual and formal argument lists differ in length)<br />
    method FXMLLoader.load(InputStream) is not applicable<br />
      (actual and formal argument lists differ in length)<br />
  where T#1,T#2,T#3 are type-variables:<br />
    T#1 extends Object declared in method load(URL,ResourceBundle,BuilderFactory)<br />
    T#2 extends Object declared in method load(URL,ResourceBundle)<br />
    T#3 extends Object declared in method load(URL)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:106: error: cannot find symbol<br />
        textField = new FocusableTextField();<br />
  symbol:   class FocusableTextField<br />
  location: class DateFieldSkin<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:234: error: cannot find symbol<br />
        if (!(textField instanceof FocusableTextField)) {<br />
  symbol:   class FocusableTextField<br />
  location: class DateFieldSkin<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\DateFieldSkin.java:237: error: cannot find symbol<br />
        ((FocusableTextField) textField).setFakeFocus(b);<br />
  symbol:   class FocusableTextField<br />
  location: class DateFieldSkin<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:217: error: cannot find symbol<br />
        textField = new FocusableTextField();<br />
  symbol:   class FocusableTextField<br />
  location: class LookupFieldSkin<br />
  where T is a type-variable:<br />
    T extends Object declared in class LookupFieldSkin<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:296: error: cannot find symbol<br />
        if (!(textField instanceof FocusableTextField)) {<br />
  symbol:   class FocusableTextField<br />
  location: class LookupFieldSkin<br />
  where T is a type-variable:<br />
    T extends Object declared in class LookupFieldSkin<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\control\skin\LookupFieldSkin.java:299: error: cannot find symbol<br />
        ((FocusableTextField) textField).setFakeFocus(b);<br />
  symbol:   class FocusableTextField<br />
  location: class LookupFieldSkin<br />
  where T is a type-variable:<br />
    T extends Object declared in class LookupFieldSkin<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\dialog\MessageDialog.java:502: error: cannot find symbol<br />
        stage.showAndWait();<br />
  symbol:   method showAndWait()<br />
  location: variable stage of type Stage<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ChoiceBoxControl.java:24: error: cannot find symbol<br />
        choicebox.setConverter(lblConverter);<br />
  symbol:   method setConverter(ChoiceBoxControl.LabelConverter)<br />
  location: variable choicebox of type ChoiceBox<br />
  where T is a type-variable:<br />
    T extends Object declared in class ChoiceBoxControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ChoiceBoxControl.java:50: error: cannot find symbol<br />
        value.bind(inputControl.valueProperty());<br />
  symbol:   method valueProperty()<br />
  location: variable inputControl of type ChoiceBox<br />
  where T is a type-variable:<br />
    T extends Object declared in class ChoiceBoxControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\form\ComboBoxControl.java:29: error: cannot find symbol<br />
        super(new ComboBox());<br />
  symbol:   class ComboBox<br />
  location: class ComboBoxControl<br />
  where T is a type-variable:<br />
    T extends Object declared in class ComboBoxControl<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\BaseColumn.java:37: error: no suitable constructor found for ImageView(String)<br />
    private ImageView filterImage = new ImageView(&#8220;images/filter.png&#8221;);<br />
    constructor ImageView.ImageView(Image) is not applicable<br />
      (actual argument String cannot be converted to Image by method invocation conversion)<br />
    constructor ImageView.ImageView() is not applicable<br />
      (actual and formal argument lists differ in length)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\BaseColumn.java:68: error: cannot find symbol<br />
                    BaseColumn.this.setGraphic(filterImage);<br />
  symbol: method setGraphic(ImageView)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\BaseColumn.java:70: error: cannot find symbol<br />
                    BaseColumn.this.setGraphic(null);<br />
  symbol: method setGraphic()<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:70: error: cannot find symbol<br />
        operatorChoice.setConverter(operatorConverter);<br />
  symbol:   method setConverter(StringConverter)<br />
  location: variable operatorChoice of type ChoiceBox<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:74: error: no suitable constructor found for ImageView(String)<br />
        ImageView filterImage = new ImageView(&#8220;images/filter.png&#8221;);<br />
    constructor ImageView.ImageView(Image) is not applicable<br />
      (actual argument String cannot be converted to Image by method invocation conversion)<br />
    constructor ImageView.ImageView() is not applicable<br />
      (actual and formal argument lists differ in length)<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:86: error: cannot find symbol<br />
        vbox.getStylesheets().add(&#8220;tiwulfx.css&#8221;);<br />
  symbol:   method getStylesheets()<br />
  location: variable vbox of type VBox<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:126: error: cannot find symbol<br />
        operatorChoice.setValue(op);<br />
  symbol:   method setValue(Operator)<br />
  location: variable operatorChoice of type ChoiceBox<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\SearchMenuItemBase.java:129: error: cannot find symbol<br />
        return operatorChoice.getValue();<br />
  symbol:   method getValue()<br />
  location: variable operatorChoice of type ChoiceBox<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:37: error: cannot find symbol<br />
    private ComboBox searchInputControl = new ComboBox();<br />
  symbol:   class ComboBox<br />
  location: class ComboBoxColumn<br />
  where S,T are type-variables:<br />
    S extends Object declared in class ComboBoxColumn<br />
    T extends Object declared in class ComboBoxColumn<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\src\com\panemu\tiwulfx\table\ComboBoxColumn.java:174: error: cannot find symbol<br />
            combobox = new ComboBox();<br />
  symbol:   class ComboBox<br />
  location: class ComboBoxColumn.ComboBoxTableCell<br />
  where S,T are type-variables:<br />
    S extends Object declared in class ComboBoxColumn<br />
    T extends Object declared in class ComboBoxColumn<br />
Note: Some input files use or override a deprecated API.<br />
Note: Recompile with -Xlint:deprecation for details.<br />
Note: Some input files use unchecked or unsafe operations.<br />
Note: Recompile with -Xlint:unchecked for details.<br />
45 errors<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\nbproject\jfx-impl.xml:2708: The following error occurred while executing this line:<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\nbproject\build-impl.xml:927: The following error occurred while executing this line:<br />
C:\Users\husseinw\Downloads\jingglang-tiwulfx-e6bba721f22b\jingglang-tiwulfx-e6bba721f22b\nbproject\build-impl.xml:269: Compile failed; see the compiler error output for details.<br />
BUILD FAILED (total time: 26 seconds)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by Yingxin Xu</title>
		<link>http://panemu.com/articles/?p=73#comment-249</link>
		<dc:creator>Yingxin Xu</dc:creator>
		<pubDate>Thu, 13 Dec 2012 07:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-249</guid>
		<description>thanks

My email is valid，and can receive your news and files。</description>
		<content:encoded><![CDATA[<p>thanks</p>
<p>My email is valid，and can receive your news and files。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by amrullah</title>
		<link>http://panemu.com/articles/?p=73#comment-248</link>
		<dc:creator>amrullah</dc:creator>
		<pubDate>Thu, 13 Dec 2012 04:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-248</guid>
		<description>@Yingxin Xu
Please wait a couple of days. My team is preparing the first beta release. I believe we can make it ready by the end of the week. It contains a bunch of interesting features: lookupcontrol, generic export to excel, form controls for outside-grid editing etc. If your email is valid, then you will be one of the first people to know.

Anyway, in regards with your question, I guess you can create the jar by yourself. In netbeans, do Clean and Build. You will find the jar in dist folder.</description>
		<content:encoded><![CDATA[<p>@Yingxin Xu<br />
Please wait a couple of days. My team is preparing the first beta release. I believe we can make it ready by the end of the week. It contains a bunch of interesting features: lookupcontrol, generic export to excel, form controls for outside-grid editing etc. If your email is valid, then you will be one of the first people to know.</p>
<p>Anyway, in regards with your question, I guess you can create the jar by yourself. In netbeans, do Clean and Build. You will find the jar in dist folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by Yingxin Xu</title>
		<link>http://panemu.com/articles/?p=73#comment-247</link>
		<dc:creator>Yingxin Xu</dc:creator>
		<pubDate>Thu, 13 Dec 2012 04:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-247</guid>
		<description>I have generate a jar file ,but can&#039;t run in the application of javafx example DataApp DataAppClient.

Hope you help!</description>
		<content:encoded><![CDATA[<p>I have generate a jar file ,but can&#8217;t run in the application of javafx example DataApp DataAppClient.</p>
<p>Hope you help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by Yingxin Xu</title>
		<link>http://panemu.com/articles/?p=73#comment-246</link>
		<dc:creator>Yingxin Xu</dc:creator>
		<pubDate>Thu, 13 Dec 2012 03:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-246</guid>
		<description>I can run your sample,but If I use the TableControl in my application,it can&#039;t run,show any wrong,such as &quot;Location is not set.&quot; at fxmlLoader.load();
and other wrong.

 can you public a jar file ?so others can use it in other applications.</description>
		<content:encoded><![CDATA[<p>I can run your sample,but If I use the TableControl in my application,it can&#8217;t run,show any wrong,such as &#8220;Location is not set.&#8221; at fxmlLoader.load();<br />
and other wrong.</p>
<p> can you public a jar file ?so others can use it in other applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by amrullah</title>
		<link>http://panemu.com/articles/?p=73#comment-233</link>
		<dc:creator>amrullah</dc:creator>
		<pubDate>Mon, 10 Dec 2012 16:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-233</guid>
		<description>@Solerman Kaplon	 
Nice suggestion.
I made a lot of progress on this framework since this article was published. I am planning to create a dedicated website to publish it. After that I will try to implement your suggestion for sure. JavaFX&#039;s TableView is a tough control to customize.</description>
		<content:encoded><![CDATA[<p>@Solerman Kaplon<br />
Nice suggestion.<br />
I made a lot of progress on this framework since this article was published. I am planning to create a dedicated website to publish it. After that I will try to implement your suggestion for sure. JavaFX&#8217;s TableView is a tough control to customize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom TableView in JavaFX for Java POJO Object by Solerman Kaplon</title>
		<link>http://panemu.com/articles/?p=73#comment-232</link>
		<dc:creator>Solerman Kaplon</dc:creator>
		<pubDate>Mon, 10 Dec 2012 13:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=73#comment-232</guid>
		<description>Works so fast based on the demo. Regarding edit mode and based on experience with other grid controls, add options to enable automatic edit mode on focus so one can start typing right away and an option to always show the edit controls for the focused row, so you can always see there is a calendar control available for example without the need to focus the column. I dont know how it works for the rest of the  world, but here we have to program such controls so you can &quot;tab&quot; the focus using the return key, a lot more easy to use it when entering items for a sales order with the majority of data being numbers :)</description>
		<content:encoded><![CDATA[<p>Works so fast based on the demo. Regarding edit mode and based on experience with other grid controls, add options to enable automatic edit mode on focus so one can start typing right away and an option to always show the edit controls for the focused row, so you can always see there is a calendar control available for example without the need to focus the column. I dont know how it works for the rest of the  world, but here we have to program such controls so you can &#8220;tab&#8221; the focus using the return key, a lot more easy to use it when entering items for a sales order with the majority of data being numbers <img src='http://panemu.com/articles/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven Multimodule Project and Nexus by artyush</title>
		<link>http://panemu.com/articles/?p=48#comment-44</link>
		<dc:creator>artyush</dc:creator>
		<pubDate>Mon, 16 Jul 2012 06:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://panemu.com/articles/?p=48#comment-44</guid>
		<description>jika lebih banyak pekerjaan kemudian di tulis dalam artikel mungkin akan lebih berguna. karena selain berbagi informasi dan pengalaman juga akan membuta sang penulis lebih mengerti dan memahami. sekaligus untuk menunjukkan bahwa web ini produktif. terimakasih.</description>
		<content:encoded><![CDATA[<p>jika lebih banyak pekerjaan kemudian di tulis dalam artikel mungkin akan lebih berguna. karena selain berbagi informasi dan pengalaman juga akan membuta sang penulis lebih mengerti dan memahami. sekaligus untuk menunjukkan bahwa web ini produktif. terimakasih.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
