Activity for Joxy Look and Feel

  • Alvin Cabusa Alvin Cabusa posted a comment on ticket #24

    protected void installListeners() { .... .... .... this.scrollListener = new MouseWheelListener() { @Override public void mouseWheelMoved(MouseWheelEvent e) { if ((JoxyComboBoxUI.this.comboBox.isEnabled())) { if (e.getScrollType() == 0) { int currentIndex = JoxyComboBoxUI. this.comboBox.getSelectedIndex(); if (e.getWheelRotation() == 1) { if (currentIndex < JoxyComboBoxUI. this.comboBox.getItemCount() - 1) { JoxyComboBoxUI.this.comboBox.setSelectedIndex( currentIndex + 1); } } if (e.getWheelRotation()...

  • Alvin Cabusa Alvin Cabusa posted a comment on ticket #18

    missing . . . protected void paintSafely(Graphics g) { ...... if (dropCaret != null) { //<<-- dropCaret.paint(g); } } alternative . . . protected void paintSafely(Graphics g) { if (!this.changeListenerAdded) { this.changeListenerAdded = true; this.textField.getDocument() .addDocumentListener(this.changeListener); } Graphics2D g2 = (Graphics2D) g; g2.setRenderingHint( RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); g2.setRenderingHint( RenderingHints.KEY_ALPHA_INTERPOLATION, RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);...

  • Anonymous created ticket #24

    Scrolling in disabled JComboBoxes is possible

  • Willem3141 Willem3141 posted a comment on ticket #23

    Okay, that is fixed in [8b3195].

  • Willem Sonke committed [8b3195]

    Small fix to [c2a7b8]: make it also work for Di...

  • Willem3141 Willem3141 posted a comment on ticket #23

    Hmm, this doesn't work for Dialogs since they are not Frames. Let's see how to fix...

  • Willem3141 Willem3141 posted a comment on ticket #23

    I have put this code in the paint method of JRootPane. See commit [c2a7b8]. That...

  • Willem Sonke committed [c2a7b8]

    Notify X11 / Oxygen that we are drawing a radia...

  • Willem3141 Willem3141 posted a comment on ticket #23

    Setting this X Atom works indeed: Oxygen nicely draws its radial background again....

  • Willem3141 Willem3141 modified ticket #23

    Joxy-themed windows do not get a radial background anymore in the window decoration

  • Willem3141 Willem3141 created ticket #23

    Joxy-themed windows do not get a radial background anymore in the window decoration

  • Thom Castermans Thom Castermans posted a comment on ticket #22

    Hi Jose, Thanks for cooperating so much, it really helps (also for other users of...

  • Jose Luis Triana Jose Luis Triana modified a comment on ticket #22

    Hello! here's the output: /script.sh script.sh: Comiling Java source... -- INSTALLED...

  • Jose Luis Triana Jose Luis Triana posted a comment on ticket #22

    Hello! here's the output: /script.sh script.sh: Comiling Java source... -- INSTALLED...

  • Thom Castermans Thom Castermans modified a comment on ticket #22

    Hi Jose, Thanks for your answer. Could you please save the following script in a...

  • Thom Castermans Thom Castermans modified a comment on ticket #22

    Hi Jose, Thanks for you answer. Could you please save the following script in a directory...

  • Thom Castermans Thom Castermans posted a comment on ticket #22

    Hi Jose, Thanks for you answer. Could you please save the following script in a directory...

  • Jose Luis Triana Jose Luis Triana posted a comment on ticket #22

    No compilation I downloaded the zip file "joxy-latest", and well, it seems that everything...

  • Thom Castermans committed [f0bbf0]

    Fixed some PHP strict standards warnings.

  • Thom Castermans Thom Castermans modified ticket #22

    libjoxy.so is not working...

  • Thom Castermans Thom Castermans posted a comment on ticket #22

    Hi Jose, First of all, I'm very sorry to hear that native text rendering does not...

  • Thom Castermans committed [3dc376]

    Add an anchor to link to.

  • Jose Luis Triana Jose Luis Triana created ticket #22

    libjoxy.so is not working...

  • Thom Castermans Thom Castermans posted a comment on discussion General Discussion

    Hi George, With respect to your compilation issue of the Test GUI: I have just added...

  • Willem3141 Willem3141 modified ticket #6

    Performance is bad

  • Willem3141 Willem3141 posted a comment on ticket #6

    status: open --> closed Milestone: future --> 0.3.0

  • Willem3141 Willem3141 posted a comment on ticket #6

    Caching has been implemented for almost all painters now; closing.

  • Willem3141 Willem3141 posted a comment on ticket #13

    Component: laf --> native-text

  • Willem3141 Willem3141 posted a comment on ticket #9

    Component: laf --> native-text

  • Willem3141 Willem3141 modified ticket #21

    Refactor joxy.utils.Utils

  • Willem3141 Willem3141 posted a comment on ticket #21

    Priority: ? --> refactor

  • Willem3141 Willem3141 created ticket #21

    Refactor joxy.utils.Utils

  • Willem3141 Willem3141 posted a comment on discussion General Discussion

    Hello George, I've looked into this, but it seems that Jitsi deliberately ignores...

  • George George posted a comment on discussion General Discussion

    Hello, I have been trying to make joxy work with Jitsi (previously SIP communicator),...

1
MongoDB Logo MongoDB