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
1
vote
1 answer

Adding neo4j-spatial dependency causes error

I have a project that includes, among others, Apache Pivot and Neo4j. My project compiles and runs. When I try to add Neo4j/Spatial: org.neo4j neo4j-spatial
David Prentiss
  • 548
  • 1
  • 6
  • 16
1
vote
2 answers

Sizing Apache Pivot GUI components to the window

This question, Java Swing: Vertical Layout with fixed width and variable height, gave me an opportunity to try Apache Pivot. I have exactly one day's experience with Pivot. Here's the GUI I've been able to create. My questions are: How do I size…
Gilbert Le Blanc
  • 50,182
  • 6
  • 67
  • 111
1
vote
2 answers

apache pivot - desktop application

I want to know about apache pivot.is it possible to develop desktop applications using apache pivot.which is better swing or apache pivot?please help me to choose one.. Thanks in Advance
julika Zen
  • 357
  • 6
  • 22
0
votes
2 answers

Apache Pivot: Unable to render HelloBxml example

I'm just beginning out with Apache Pivot and started with Hello BXML example on their site. The applet just displays a grey rectangle and nothing more. I've deployed the application under tomcat with following structure:…
Deepak Marur
  • 537
  • 1
  • 13
  • 27
0
votes
1 answer

Eclipse & Pivot: Launching as an applet

I'm developing an application in Java using Pivot for the GUI elements, in the Eclipse IDE. Since the end product is supposed to be an applet, I am wondering, if there is a way to launch the application in a browser through Eclipse during the…
alkar
  • 5,459
  • 7
  • 27
  • 43
0
votes
1 answer

Apache Pivot - SerializationException when launching application

I started trying out Apache Pivot as I want to create java GUI's with XML. I followed their Hello BXML tutorial using a maven project on their web site. These are the files that I'm using: HelloBXML.java package za.co.iriesoft; import…
tno2007
  • 1,993
  • 25
  • 16
0
votes
1 answer

Distibuting desktop apache piviot application from netbeans

I've developed a desktop application using Apache Pivot for the UI. Everything runs fine when launched from Netbeans, but when I try to execute the .jar file on it's own I get the following error; Exception in thread "main"…
0
votes
1 answer

Can you build stand-alone Apache Pivot application, i.e. not run in browser?

Can you build stand-alone Apache Pivot application, i.e. not run in browser?
Ognyan
  • 13,452
  • 5
  • 64
  • 82
0
votes
1 answer

@Override Issues with Apache pivot

I am just getting into implementing Apache Pivot into my programing and I am having issues with @Override. I get an error code in variation of this: "The method shutdown(boolean) of type Chief must override or implement a supertype method" This is…
Austin Farris
  • 87
  • 1
  • 2
  • 9
0
votes
1 answer

Connecting to database using apache pivot?

I am new to desktop applications.can someone explain on how to connect to database using apache pivot? if it is not possible please list any other options to achieve it I want to insert some records into a table in database (like MS…
0
votes
1 answer

Apache Pivot: Swapping pane visibility

I'm having a problem hiding one pane and showing another in my Apache Pivot app. In my BXML file I have two BoxPanes in a window. Pane 1 starts visible and pane 2 starts hidden:
Wesley Petrowski
  • 1,131
  • 7
  • 11
0
votes
1 answer

MenuBar in Apache Pivot desktop app isn't visible

I am writing a simple application using Apache Pivot. I have to write it in a code, not by using BXML. I have the following code: @Override public void startup(Display display, Map properties) { frame = new Frame(); …
0
votes
1 answer

How can I fill a Window?

I'm trying to create a simple interface which fills a resizable window, but the obvious tool for the job, FillPane, doesn't seem to be working for me. I'm creating a window from the following BXML:
Ben Blank
  • 54,908
  • 28
  • 127
  • 156
0
votes
1 answer

What is an example of the use of Application.UnprocessedKeyHandler in Apache Pivot?

What is an example of the use of Application.UnprocessedKeyHandler in Apache Pivot? I've checked Google and the Pivot docs and see no examples, and the Javadoc isn't enlightening. There's a tease of sample code in the mailing list archives, but the…
einnocent
  • 3,567
  • 4
  • 32
  • 42
0
votes
1 answer

How to data-bind WTK component in child bxml file

I am using Apache Pivot 2.0.2 and I am trying to build a DesktopApplication. My problem is that I have a ListView or really - whatever object in my application, defined in bxml file. I can give it an ID or anything - no problem. But now, how should…
Atais
  • 10,857
  • 6
  • 71
  • 111