The Wayback Machine - https://web.archive.org/web/20220325200106/https://github.com/topics/javafx-application
Skip to content
#

javafx-application

javafx logo

JavaFX is an open source, next generation client application platform for desktop, mobile and embedded systems built with Java. It is offered as a cross-platform Java library and it delivers consistent graphical user interfaces across a wide range of operating systems and devices. Applications developed with JavaFX can be run on devices such as desktop computers, mobile phones, TVs, tablets, and more.

Here are 1,073 public repositories matching this topic...

Recaf
Col-E
Col-E commented Nov 14, 2021

Describe the bug

Any call to Desktop.browse(...) freezes Recaf on Linux machines with GNOME

To Reproduce

  • Say "yes" to opening the documentation
  • Help > System info > open recaf directory

The Solution

From: https://stackoverflow.com/questions/23176624/javafx-freeze-on-desktop-openfile-desktop-browseuri

if( Desktop.isDesktopSupported() )
{
    new T
ThiloteE
ThiloteE commented Mar 15, 2022

https://doabooks.org/

DOAB is a community-driven discovery service that indexes and provides access to scholarly, peer-reviewed open access books (currently ~ 50 000) and helps users to find trusted open access book publishers. All DOAB services are free of charge and all data is freely available.

Where to start, if trying to implement this: https://www.doabooks.org/en/resources/metadata-har

type: enhancement fetcher good first issue
taunuscoder
taunuscoder commented Jul 26, 2021

Hi,

on Windows using <maven.build.timestamp.format>yy.w.ukkmm</maven.build.timestamp.format> can lead to a timestamp 21.29.71010, (2021, week 29, Sunday, 10:00 AM) which violates the specification in https://docs.microsoft.com/en-us/windows/win32/msi/productversion, that requires a product version of not greater than maximum value of 65,535.
... hence the build fails.

(general: fantastic

bug good first issue has workaround

Created by Oracle

Released December 4, 2008

Website
openjfx.io
Wikipedia
Wikipedia

Related Topics

java swing