Questions tagged [apache-pivot]

Apache Pivot is a GUI Framework for Java to build RIAs / IIAs. It is open source and competes with JavaFX and Java Swing.

Description

Apache Pivot is a Java framework to design Rich Internet Applications (RIA), Installable Internet Applications (IIA), and desktop applications. It helps with building modern user interfaces and can be used instead of technologies like SWT, Swing or JavaFX.

Useful Links

Project website: pivot.apache.org

35 questions
0
votes
1 answer

Equivalent Java code for BXML

I'm trying to understand how Apache Pivot builds a GUI from it's definition in a BXML file. I want to make sure that I understand which steps are involved and what is done automatically during these steps. For this, I tried translating a BXML…
Feuermurmel
  • 9,490
  • 10
  • 60
  • 90
0
votes
2 answers

Apache Pivot - location of the BXML file

I am using maven to build application and I would like to try out apache pivot for the GUI rendering. However, it looks like most pivot tutorials assume that you are using eclipse. I added 2.0 version in my pom.xml (and tried with 2.0.2 as well),…
Salil
  • 9,534
  • 9
  • 42
  • 56
0
votes
2 answers

Apache Pivot & TabPane - programmatically setting label and icon

In version 1.5 of the apache pivot project the TabPane class supported setIcon() and setLabel(). These methods were removed in version 2.0. Does anyone know what I should now be using for these calls?
BillMan
  • 9,434
  • 9
  • 32
  • 52
0
votes
1 answer

Custom styles in Apache Pivot TableView column

I'm building a TableView using apache-pivot that will have some cells that will contain a currency value (or '-' if the value is null). For visual feedback I'd like the text to appear in green if the value is zero or positive, and in red if the…
Joseph Paterson
  • 1,443
  • 4
  • 18
  • 23
-1
votes
1 answer

How to update data in bxml file based on resultset

I am new to apache pivot. I see there is limited examples for this. I need to know how to update data in the bxml file and make it visible in UI. actually I am trying to create a table like structure from the result set of a query. Thanks, Karthik
1 2
3