MinnDevelopment / java-discord-rpc

Java bindings for https://github.com/discordapp/discord-rpc (using JNA)
Apache License 2.0
132 stars 38 forks source link

Example file using a Swing window #5

Closed m-sterling closed 6 years ago

m-sterling commented 6 years ago

Shows that the library works as well as how one would use it with a GUI. Could definitely be cleaned up but ¯\_(ツ)_/¯

MinnDevelopment commented 6 years ago

I don't want examples to be included inside the library source. If examples are to be added they have to be on a separate source set.

Edit:

Project Root
- src
  - main
    - java
      - sources...
- examples
  - java
    - package of contributor
      - examples...
m-sterling commented 6 years ago

Done and done. Hopefully it looks good now?