Code Monkey home page Code Monkey logo

hanasu's Introduction

hanasu

Virtual chat client using homebrew AES encryption module, implemented using Java 7.

DISCLAIMER

The AES module for hanasu was created as a learning exercise, and should not be used in production code.

hanasu's People

Contributors

zcmoore avatar

Watchers

Morgan Nesbitt avatar

hanasu's Issues

Frame can be re-sized to an invalid aspect ratio

Description of Expected Behaviour

- Upon re-sizing the ClientContainer, it should ensure that the new size matches the current aspect ratio. - If the current size is not a multiple of the current ratio, then the container should resize itself to the closest size of the current aspect ratio. - Thus, it should be impossible to re-size the container in such a way that it is not a multiple of the current aspect ratio.

Symptoms

- If the user re-sizes the container and holds the mouse at an irregular size for longer than 100ms, and releases the mouse, then the ClientContainer will re-size without checking the new size. - ClientContain can become irregular under the conditions described above.

Suspected Causes

- validate() is not being called when the container is re-sized under the conditions described above. - componentResized() event not being triggered when the container is re-sized under the conditions described above.

InnerPane does not resize with container

Symptoms

- The ClientContainer's contentPane resizes upon re-sizing of the container, however the innerPane (LayeredPane of Screen) does not re-size - SizeListener should handle this - SizeListener is not called when making the frame smaller

Suspected Causes

- Actual resize() method not being called

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.