Skip to content
#

JavaFX

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 7,501 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 Apr 13, 2022

Problem:

  1. Want to prepare entries to be used with LaTeX
  2. Want to not start math-mode, but instead simply render $ character in my bibliography

Describe the solution you'd like

  • Add cleanup action that adds a backslash in front of $
  • Name this cleanup action: Make LaTeX ready: Escape $
  • Add to the documentation: `Adds backslash to $ characters. $ will be rendered by
cleanup-ops biblatex good first issue unicode

基于JavaFx搭建的实用小工具集合,方便开发过程中的代码编写与调试,想学习javaFx的同学可以参考参考。其中包括文件复制、Cron表达式生成器、编码转换、加密解密、Time转换、路径转换、二维码生成工具、身份证生成器、正则表达式生成工具、网址缩短、转义字符、字符串转换、Mq调试工具、Http调试工具、json格式化编辑工具、图标生成工具、Redis连接工具、网页源码下载工具、切换Hosts工具、Ftp服务器、Cmd调试工具、Ftp/Ftps/Sftp客户端调试工具、Pdf转换工具、文件列表生成器、图片压缩工具、图片转码工具、Kafka调试工具、Email群发工具、颜色代码转换工具、短信群发工具、脚本引擎调试、文件重命名、Json转换、语音转换、Socket调试、图片解析、微信小程序反编译、Zookeeper操作、Excel拆分合并、文件夹监控、文件编码检测、传输、端口扫描、久坐提醒、随机数生成、剪贴板历史、文件搜索、mp3转换、印章生成等工具

  • Updated Apr 9, 2022
  • Java
brcolow
brcolow commented Apr 22, 2018

Take an example of a failing test that lists the mouse movements:

 Fired events since test began:
             WindowEvent [source = javafx.stage.Stage@17e40e38, target = javafx.stage.Stage@17e40e38, eventType = WINDOW_SHOWING, consumed = false]
             WindowEvent [source = javafx.stage.Stage@17e40e38, target = javafx.stage.Stage@17e40e38, eventType = WINDOW_SHOWN, consumed = false

Created by Oracle

Released December 4, 2008

Website
openjfx.io
Wikipedia
Wikipedia

Related Topics

java swing