Top "Renderer" questions

A renderer is a software construct that accepts and transforms information so that it can be displayed in a given medium.

Extjs : How to enable/disable a checkbox using renderer while loading a grid

I need to load a grid based on the query results I get. I am not having any issues with …

extjs checkbox renderer
custom cell renderer for particular row and column

puuuuuuf, I'm starting to like swing :) I'm trying to write a cellRenderer to customy render all cells besides those which …

java swing jtable renderer
How to center items in a Java combobox

Is there a method for a combobox in Java that will center the items in the combobox? I tried this …

java swing jcombobox renderer
Dynamically change icon of specific nodes in JTree

I've seen plenty of examples for changing the icon of nodes during tree instantiation, but I'd like a way to …

java swing icons jtree renderer
threejs: rendering multiple scenes in a single webgl renderer

I am trying to include multiple scene into a single webgl renderer as per code below: renderer.render( scene1, camera ); …

3d three.js renderer scene
Renderer is deprecated as a favor for renderer2, alternative for `invokeElementMethod`?

For a side project of mine, I want to implement a chat stream where new message is added to the …

javascript angular typescript renderer
Clean up Threejs WebGl contexts

I have a problem while cleaning up my WebGl-Scenes. I'm using Three.js with a WebGlRenderer. In my application I …

three.js webgl renderer resource-cleanup
How to change style (color, font) of a single JTree node

I have two JTree in two panels in a JFrame. I want to change the style(color and font) of …

java swing drag-and-drop jtree renderer
JTable disable Checkbox in Cell

Hello I have a JTable And i want to grey out all the disabled checkbox cells i tried with a …

java swing jtable renderer
Highcharts custom renderer chart and tooltip

Our idea was to draw a waterfall chart with unregular widths. We achieved this chart style by rendering rectangulars to …

highcharts tooltip renderer