Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

27
LINES

< > BotCompany Repo | #1013738 // Integrate "Processing" (OK)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 994K of libraries. Click here for Pure Java version (996L/7K).

!7

lib 1013739

import processing.core.PApplet;

p {
  fixContextClassLoader();
  PApplet.main("main$Visualization");
}

public sclass Visualization extends PApplet {
  @Override
  public void settings() {
      size(640, 480);
  }

  @Override
  public void setup() {
      fill(120,50,240);
  }

  @Override
  public void draw(){
      ellipse(width/2,height/2,second(),second());
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1013738
Snippet name: Integrate "Processing" (OK)
Eternal ID of this version: #1013738/4
Text MD5: e7a2b7c641f3791c319c49eec0fa7b72
Transpilation MD5: 6d261847037ed363a430c75b73796bfb
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-02-12 16:47:38
Source code size: 415 bytes / 27 lines
Pitched / IR pitched: No / No
Views / Downloads: 349 / 759
Version history: 3 change(s)
Referenced in: [show references]