Questions tagged [radiance-flamingo]

A set of libraries for building Swing applications.

A set of libraries for building modern, elegant and fast Swing applications. Source Code - https://github.com/kirill-grouchnikov/radiance/tree/master/flamingo

24 questions
0
votes
1 answer

Flamingo Ribbon bar - programatically set toggle button

I've created my lovely Flamingo ribbon bar. During the creation process I can instruct the builder to set a toggle button as selected. But, I can't find a way to set a toggle as selected once the app is running. It looks like the only attribute I…
ianmayo
  • 2,256
  • 3
  • 26
  • 44
0
votes
1 answer

How to configure and install flamingo java swing ribbon button's and menus?

Problem: I am new in Java swing flamingo framework. First of all, how do I configure it in netbean IDE, please guide me step by step. I added flamingo 6.3.jar in netbean project, but it does not work or display the empty form. Script: package…
Kate Jhon
  • 11
  • 4
0
votes
1 answer

Only the first band is displayed correctly in Flamingo's swing ribbon

I am trying to implement a basic example of Flamingo, a Windows-like ribbon emulator for Java apps, but I am stuck. The first band is correctly displayed, but in the second one the text "Edition" is displayed - not its components - and when I click…
lolveley
  • 1,659
  • 2
  • 18
  • 34
0
votes
0 answers

Using flamingo ribbon in e4 application

I just started an application using flaming ribbon technology (http://insubstantial.github.io/insubstantial/flamingo/) and it looks nice. Because the software package is growing very fast, I want to use a more flexible way to handle code and…
0
votes
0 answers

Navigating with keyboard (arrows, tabs) JRibbon

How to naviagte using arrows in the flamingo Jribbon Component ? The author in the earlier versions said he will be fixing this but I am not sure if it is still fixed because I am not able to naviagte around menus using arrows. I am using flamingo…
user2390751
  • 65
  • 1
  • 12
0
votes
1 answer

JRibbon - How to place the the minimize, maximize, close button and title bar on top of the JRibbon?

I'm starting to create a Java Swing project using JRibbonFrame and JRibbon from pushingpixels. I noticed in the tutorial that the sample app containing the JRibbon is undecorated and the title bar, minimize, maximize and close button are placed on…
Warren Nocos
  • 1,222
  • 1
  • 14
  • 29
0
votes
1 answer

Java Ribbon - Flamingo won't run() a Runnable JPanel

I'm trying to make a JPanel in a JInternalFrame refresh it graphics after I call the JInternalFrame from a JRibbonFrame by "while looping" the repaint() method. the problem occurs whenever and wherever I call the JPanel run() method. Here are the…
Paiku Han
  • 581
  • 2
  • 16
  • 38
0
votes
0 answers

How do I use Flamingo and Insubstantial?

I have only used Swing so far for designing some sub-standard GUI. I was planning on using Flamingo to get the Ribbon look and feel of MS Word. I was directed to the website of Insubstantial.…
An SO User
  • 24,612
  • 35
  • 133
  • 221
0
votes
1 answer

Add Content inside JRibbonFrame - Insubstantial

I'm developing an application in Java. The interface is based on insubstantial \ Flamingo. I've added a flamingo menu as descrived in this tutorial This tutorial - so I've extended the JRibbonFrame class. Now I should add a "Content Pane" - but I…
1
2