Giter VIP home page Giter VIP logo

expandabletextarea's Introduction

Expandable TextArea

A JavaFX expandable TextArea where you also can limit the number of characters.

Overview

Overview

Features

You can define the number of characters that are allowed in the textarea and the character threshold that defines the point where an additional label will appear and will show you the number of characters left before you reach the limit. In addition you can define the number of lines that should be shown in the collapsed state. If the ExandableTextArea is in the expanded state (expandable == true) it will automatically grow/shrink dependend on the size and the amount of text it contains. It doesn't show scroll bars because they should not be needed.

Here is a little video that gives you an idea on how it works.

expandabletextarea's People

Contributors

hansolo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ag-java

expandabletextarea's Issues

Problem at launching Demo/Demo2

Hi.
I try run Demo/Demo2 using this command:
gradlew.bat run -Dorg.gradle.java.home="C:\Program Files\AdoptOpenJDK\jdk-11.0.7.10-hotspot" --info
In Windows CMD console after run command above I get this note:

Task :run
Caching disabled for task ':run' because:
Build cache is disabled
Task ':run' is not up-to-date because:
Task has not declared any outputs despite executing actions.
No module was provided for main class, assuming the current module. Prefer providing 'mainClassName' in the following format: '$moduleName/a.b.Main'

I see problem in:
Task has not declared any outputs despite executing actions.
No module was provided for main class, assuming the current module. Prefer providing 'mainClassName' in the following format: '$moduleName/a.b.Main'

I want ctreate my run.bat for run Demo/Demo2.
Content my run.bat is currently this:
"C:\Program Files\AdoptOpenJDK\jdk-11.0.7.10-hotspot\bin\java.exe" --module-path ../lib;"D:\JavaFX\Gluon\JavaFX Windows SDK\inst\openjfx-11.0.2_windows-x64_bin-sdk\javafx-sdk-11.0.2\lib" --module eu.hansolo.fx.expandabletextarea/eu.hansolo.fx.expandabletextarea.Launcher

There is Launcher or Launcher2 to run Demo or Demo2.

But I get this note after launch my run.bat:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module eu.hansolo.fx.expandabletextarea not found

Is there some bug at building? Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.