<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Forum Pasja Informatyki - Najnowsze z tagiem scene-builder</title>
<link>https://forum.pasja-informatyki.pl/tag/scene-builder</link>
<description>Powered by Question2Answer</description>
<item>
<title>GUI w Scene Builder</title>
<link>https://forum.pasja-informatyki.pl/533405/gui-w-scene-builder</link>
<description>

&lt;p&gt;Witam, robię gui w Scene Builder (jeśli przekręciłem nazwę to przepraszam, nie wymiatam w angielskim) i chciałbym zmienić kolor tetu w textfield i jeśli piszę to jest taki ciemny szary kolor a chciałbym np. biały jak to zrobić? Nie ma żadnej opcji koloru, ewentualnie zmiany w pliku też mogą być.
&lt;br&gt;
&lt;img alt=&quot;&quot; src=&quot;https://forum.pasja-informatyki.pl/?qa=blob&amp;amp;qa_blobid=8607085213610286002&quot; style=&quot;height:408px; width:600px&quot;&gt;
&lt;br&gt;
Kod:
&lt;br&gt;
&amp;nbsp;&lt;/p&gt;



&lt;pre class=&quot;brush:java;&quot;&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;

&amp;lt;!--
  Copyright (c) 2015, 2019, Gluon and/or its affiliates.
  All rights reserved. Use is subject to license terms.

  This file is available and licensed under the following license:

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

  - Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
  - Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the distribution.
  - Neither the name of Oracle Corporation nor the names of its
    contributors may be used to endorse or promote products derived
    from this software without specific prior written permission.

  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--&amp;gt;

&amp;lt;?import javafx.scene.control.Button?&amp;gt;
&amp;lt;?import javafx.scene.control.Label?&amp;gt;
&amp;lt;?import javafx.scene.control.Menu?&amp;gt;
&amp;lt;?import javafx.scene.control.MenuBar?&amp;gt;
&amp;lt;?import javafx.scene.control.MenuItem?&amp;gt;
&amp;lt;?import javafx.scene.control.TextField?&amp;gt;
&amp;lt;?import javafx.scene.layout.AnchorPane?&amp;gt;
&amp;lt;?import javafx.scene.layout.VBox?&amp;gt;
&amp;lt;?import javafx.scene.text.Font?&amp;gt;
&amp;lt;?import javafx.scene.text.Text?&amp;gt;

&amp;lt;VBox prefHeight=&quot;400.0&quot; prefWidth=&quot;640.0&quot; xmlns=&quot;http://javafx.com/javafx/15.0.1&quot; xmlns:fx=&quot;http://javafx.com/fxml/1&quot;&amp;gt;
  &amp;lt;children&amp;gt;
    &amp;lt;MenuBar style=&quot;-fx-background-color: #1f1e1e;&quot; VBox.vgrow=&quot;NEVER&quot;&amp;gt;
      &amp;lt;menus&amp;gt;
        &amp;lt;Menu id=&quot;menutxt&quot; mnemonicParsing=&quot;false&quot; text=&quot;Menu&quot;&amp;gt;
          &amp;lt;items&amp;gt;
            &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Macro&quot; /&amp;gt;
            &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Kopanie&quot; /&amp;gt;
                  &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Bindy&quot; /&amp;gt;
            &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Ustawienia&quot; /&amp;gt;
            &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Wyjdź&quot; /&amp;gt;
          &amp;lt;/items&amp;gt;
        &amp;lt;/Menu&amp;gt;
        &amp;lt;Menu mnemonicParsing=&quot;false&quot; text=&quot;O Nas&quot;&amp;gt;
          &amp;lt;items&amp;gt;
            &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Strona&quot; /&amp;gt;
            &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Wesprzyj&quot; /&amp;gt;
          &amp;lt;/items&amp;gt;
        &amp;lt;/Menu&amp;gt;
        &amp;lt;Menu mnemonicParsing=&quot;false&quot; text=&quot;Liencja&quot;&amp;gt;
          &amp;lt;items&amp;gt;
            &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Sklep&quot; /&amp;gt;
                  &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Odzyskaj klucz&quot; /&amp;gt;
                  &amp;lt;MenuItem mnemonicParsing=&quot;false&quot; text=&quot;Regulamin&quot; /&amp;gt;
          &amp;lt;/items&amp;gt;
        &amp;lt;/Menu&amp;gt;
      &amp;lt;/menus&amp;gt;
    &amp;lt;/MenuBar&amp;gt;
    &amp;lt;AnchorPane maxHeight=&quot;-1.0&quot; maxWidth=&quot;-1.0&quot; prefHeight=&quot;-1.0&quot; prefWidth=&quot;-1.0&quot; style=&quot;-fx-background-color: #242424;&quot; VBox.vgrow=&quot;ALWAYS&quot;&amp;gt;
      &amp;lt;children&amp;gt;
        &amp;lt;Label alignment=&quot;CENTER&quot; layoutX=&quot;237.0&quot; layoutY=&quot;14.0&quot; style=&quot;&amp;amp;#10;&quot; text=&quot;MultiCheat&quot; textAlignment=&quot;CENTER&quot; textFill=&quot;#34fa94&quot; wrapText=&quot;false&quot;&amp;gt;
          &amp;lt;font&amp;gt;
            &amp;lt;Font name=&quot;System Bold&quot; size=&quot;32.0&quot; /&amp;gt;
          &amp;lt;/font&amp;gt;
        &amp;lt;/Label&amp;gt;
            &amp;lt;Button layoutX=&quot;203.0&quot; layoutY=&quot;216.0&quot; mnemonicParsing=&quot;false&quot; prefHeight=&quot;19.0&quot; prefWidth=&quot;109.0&quot; style=&quot;-fx-background-color: #363636;&quot; text=&quot;Zaloguj się!&quot; textFill=&quot;WHITE&quot;&amp;gt;
               &amp;lt;font&amp;gt;
                  &amp;lt;Font name=&quot;Arial Bold&quot; size=&quot;12.0&quot; /&amp;gt;
               &amp;lt;/font&amp;gt;
            &amp;lt;/Button&amp;gt;
            &amp;lt;Button layoutX=&quot;330.0&quot; layoutY=&quot;216.0&quot; mnemonicParsing=&quot;false&quot; prefHeight=&quot;19.0&quot; prefWidth=&quot;109.0&quot; style=&quot;-fx-background-color: #363636;&quot; text=&quot;Zakup Program&quot; textFill=&quot;WHITE&quot;&amp;gt;
               &amp;lt;font&amp;gt;
                  &amp;lt;Font name=&quot;Arial Bold&quot; size=&quot;12.0&quot; /&amp;gt;
               &amp;lt;/font&amp;gt;
            &amp;lt;/Button&amp;gt;
            &amp;lt;TextField layoutX=&quot;232.0&quot; layoutY=&quot;128.0&quot; prefHeight=&quot;25.0&quot; prefWidth=&quot;176.0&quot; promptText=&quot;Podaj swój login&quot; style=&quot;-fx-background-color: #363636; -fx-border-radius: 12px;&quot; /&amp;gt;
            &amp;lt;Label layoutX=&quot;233.0&quot; layoutY=&quot;107.0&quot; prefHeight=&quot;0.0&quot; prefWidth=&quot;97.0&quot; style=&quot;&amp;amp;#10;&quot; text=&quot;Login&quot; textAlignment=&quot;CENTER&quot; textFill=&quot;WHITE&quot;&amp;gt;
               &amp;lt;font&amp;gt;
                  &amp;lt;Font size=&quot;15.0&quot; /&amp;gt;
               &amp;lt;/font&amp;gt;
            &amp;lt;/Label&amp;gt;
            &amp;lt;Label layoutX=&quot;232.0&quot; layoutY=&quot;156.0&quot; prefHeight=&quot;17.0&quot; prefWidth=&quot;146.0&quot; style=&quot;&amp;amp;#10;&quot; text=&quot;Klucz licencji&quot; textAlignment=&quot;CENTER&quot; textFill=&quot;WHITE&quot;&amp;gt;
               &amp;lt;font&amp;gt;
                  &amp;lt;Font size=&quot;15.0&quot; /&amp;gt;
               &amp;lt;/font&amp;gt;
            &amp;lt;/Label&amp;gt;
            &amp;lt;Text fill=&quot;#9f9f9f&quot; layoutY=&quot;374.0&quot; strokeType=&quot;OUTSIDE&quot; strokeWidth=&quot;0.0&quot; text=&quot;Copyright © 2021. All Rights Reserved To MatiGraphics.pl&quot; /&amp;gt;
            &amp;lt;TextField layoutX=&quot;232.0&quot; layoutY=&quot;177.0&quot; prefHeight=&quot;25.0&quot; prefWidth=&quot;176.0&quot; promptText=&quot;Wpisz klucz licencji&quot; style=&quot;-fx-background-color: #363636; -fx-border-radius: 12px;&quot; /&amp;gt;
      &amp;lt;/children&amp;gt;
    &amp;lt;/AnchorPane&amp;gt;
  &amp;lt;/children&amp;gt;
&amp;lt;/VBox&amp;gt;
&lt;/pre&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>Inne języki</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/533405/gui-w-scene-builder</guid>
<pubDate>Tue, 16 Mar 2021 22:45:51 +0000</pubDate>
</item>
<item>
<title>Tworzenie tabeli z możliwością edycji</title>
<link>https://forum.pasja-informatyki.pl/122984/tworzenie-tabeli-z-mozliwoscia-edycji</link>
<description>

&lt;p&gt;Cześć,&lt;/p&gt;



&lt;p&gt;chciałem zapytać, czy mogę utworzyć w w scenebuliderze taką tabalke edytowaną, jaka jest w excelu?&lt;/p&gt;



&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://forum.pasja-informatyki.pl/?qa=blob&amp;amp;qa_blobid=5561341449366088923&quot; style=&quot;height:319px; width:600px&quot;&gt;&lt;/p&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;



&lt;p&gt;--&lt;/p&gt;



&lt;p&gt;Pozdrawiam,&lt;/p&gt;



&lt;p&gt;Daniel&lt;/p&gt;</description>
<category>Java</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/122984/tworzenie-tabeli-z-mozliwoscia-edycji</guid>
<pubDate>Mon, 28 Mar 2016 13:04:12 +0000</pubDate>
</item>
</channel>
</rss>