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
5
votes
1 answer

groovy.lang.MissingPropertyException: Could not set unknown property 'versionKey' for project ':flamingo' of type org.gradle.api.Project

I have this error while trying to compile the flamingo graphic tools for java, using intelliJ. here is the build.gradle file for the error's project : import javax.swing.SwingUtilities dependencies { compile project(":trident") compile group:…
lolveley
  • 1,659
  • 2
  • 18
  • 34
5
votes
1 answer

Does flamingo supports right-to-left ribbon menu?

I want to provide a java application with a Microsoft Ribbon like view. After a quick search I found the flamingo project useful. The problem is that I want to have a right-to-left ribbon menu and I can not. I just want to know if the API provides…
Amin
  • 292
  • 2
  • 11
4
votes
2 answers

Flutter plugins crashing on Android Studio Flamingo with Gradle 8.0.0

Launching lib\main.dart on sdk gphone x86 64 in debug mode... Running Gradle task 'assembleDebug'... Building with Flutter multidex support enabled. FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring project…
K D
  • 205
  • 3
  • 10
4
votes
1 answer

Java Ribbon - Active Project - Alternatives to flamingo

I want to use a ribbon menu in java. I know there are several projects running which implements a ribbon menu. My problem is, that the most of them seams to be dead or at least won't get developed anymore. For example the flamingo project. Does…
Christian Kolb
  • 1,368
  • 2
  • 23
  • 43
3
votes
0 answers

how hide/show JRibbonBand of RibbonTask by a JCommandToggleButton of another RibbonTask in flamingo java

I created two RibbonTask in my JRibbonFrame and each of them has some JRibbonBand, i want hide/show a specific JRibbonBand of RibbonTask by a JCommandToggleButton of another RibbonTask. I use this.getRibbon().getTask(0).getBand(1).setVisible() but…
mr.ao
  • 71
  • 6
2
votes
1 answer

Change the background's color of RibbonApplicationMenuEntryPrimary (Flamingo)

Is the any way to change the background's color of RibbonApplicationMenuEntryPrimary (Flamingo)? I looked at its javadoc but couldn't find the way to do it.
TU_HEO DAKAI
  • 2,197
  • 8
  • 28
  • 39
2
votes
2 answers

'compileDebugJavaWithJavac' error with Android Studio Flamingo

When I updated Android Studio to Flamingo version, Gradle suggested the upgrade and I upgraded with AGP from 7.4 to 8.0. I was never able to debug after this upgrade, and as a result of my research, I could not come to a conclusion. If there is any…
2
votes
2 answers

Flamingo ribbon: Java.lang.IllegalArgumentException: No interpolator found for java.lang.Float:java.lang.Float

I'm using Flamingo Ribbon Bar in a NetBeans project, and I'm having a major issue with it: sometimes (I'm sorry I can't be more specific since I really can't figure out how to consistently replicate it) I get the following…
Claudio Mezzasalma
  • 646
  • 1
  • 5
  • 23
1
vote
0 answers

Android Studio Annotate Git blame is not working

When I click with Annotate with Git blame is not working. It's connected to my Git. Just Updated with the latest AS. It does not show the dev's name. It used to show earlier. I use Source Tree tool.
Rohan
  • 841
  • 1
  • 11
  • 22
1
vote
0 answers

Flamingo, How to put Jtooltips on JCommandbuttons

When you put the tool tip to the Jcommandbutton, using the settooltiptext function, UnsupportedOperation exception occurs enter code here band declare JRibbonBand band = new JRibbonBand("File", null); Jcommandbutton JCommandButton btn_open…
ideyedi
  • 11
  • 2
1
vote
1 answer

How to create a ribbon with FlamingoBuilder in Griffon?

I'm currently trying to create an application with Griffon 0.9.5 and the FlamingoBuilder. I've the changed the value of frameClass in Application.groovy to 'org.jvnet.flamingo.ribbon.JRibbonFrame' and tried a few things in order to add a ribbon to…
Gerhard Schlager
  • 3,155
  • 1
  • 31
  • 53
0
votes
1 answer

Flamingo RibbonBand: how to disable Ctrl+F1 functionality

When you double-click on menu or press Ctrl+F1, ribbon will be hidden. What is the easiest and most correct way to disable this functionality?
GrayR
  • 1,395
  • 2
  • 19
  • 32
0
votes
0 answers

Could not create parent directory for lock file android studio

Error image](https://i.stack.imgur.com/naqRJ.png) I'm using android studio flamingo. If I open any android studio project I'm facing the above error. Gradle Properties](https://i.stack.imgur.com/MWgXK.png) I tried changing the gradle version in…
0
votes
0 answers

Debug console doesn't show messages after upgrading Android Studio to Android Studio Flamingo | 2022.2.1 Patch 1

I just upgraded the version of Android Studio to Android Studio Flamingo | 2022.2.1 Patch 1 and gradle to version 7.5 and I lost one of the most usefull features, the logs inside the Debug Console. When I run the app with Debug mode the only Log…
0
votes
1 answer

Android Studio Flamingo Missing SDK Windows 10

Does anyone have any idea HOW to fix this Missing SDK error? Many hours have been spent trying, unchecking hide obsolete, changing sys env var's with JAVA_HOME and ANDROID_SDK_HOME paths, deleting the auto created .android folder editing sdk path in…
1
2